Inttegro SDK for React Native - v0.2.0
    Preparing search index...

    Type Alias PaymentSheetEventType

    PaymentSheetEventType:
        | "presented"
        | "checkoutLoadStarted"
        | "checkoutLoadSucceeded"
        | "checkoutLoadFailed"
        | "paymentAttemptStarted"
        | "paymentAttemptFailed"
        | "confirmationRequired"
        | "authorizationRequired"
        | "paymentStatusPolling"
        | "completed"
        | "canceled"
        | "failed"

    Application-facing stages in one payment-sheet presentation.