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

    Type Alias GetSessionParamsResponse

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

    Response when getting session parameters.

    This response can have the following status codes:

    • 200: Session parameters retrieved successfully.
    • 500: Internal server error - an unexpected error occurred on the native side.
    • 501: Not implemented - this method requires the Grab app environment.