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

    Type Alias OnCtaTapResponse

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

    Response when notifying CTA tap.

    This response can have the following status codes:

    • 200: CTA tap notification sent successfully.
    • 500: Internal server error - an unexpected error occurred on the native side.
    • 501: Not implemented - this method requires the Grab app environment.