@grabjs/superapp-sdk
    Preparing search index...

    Type Alias HideRefreshButtonResponse

    HideRefreshButtonResponse:
        | { status_code: 204 }
        | { error: string; status_code: 500 }
        | { error: string; status_code: 501 }
        | { result: boolean; status_code: 200 }

    Response when hiding the refresh button.

    This response can have the following status codes:

    • 200: Refresh button hidden successfully.
    • 204: Operation completed successfully (no content).
    • 500: Internal server error - an unexpected error occurred on the native side.
    • 501: Not implemented - this method requires the Grab app environment.