@grabjs/superapp-sdk
Preparing search index...
ShowLoaderResponse
Type Alias ShowLoaderResponse
ShowLoaderResponse
:
|
{
status_code
:
204
}
|
{
error
:
string
;
status_code
:
500
}
|
{
error
:
string
;
status_code
:
501
}
Response when showing the loader.
Remarks
This response can have the following status codes:
204
: Loader shown successfully.
500
: Internal server error - an unexpected error occurred on the native side.
501
: Not implemented - this method requires the Grab app environment.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@grabjs/superapp-sdk
Loading...
Response when showing the loader.