Type alias CrossDeviceCallbackOnCompleteResponse

CrossDeviceCallbackOnCompleteResponse: {
    result: PresentationSessionResult | {
        sessionId: string;
    };
    sessionId: string;
}

Type declaration

  • result: PresentationSessionResult | {
        sessionId: string;
    }

    Contains the result of the presentation session if result is configured to be available in the front channel

  • sessionId: string

Generated using TypeDoc