LocalPaymentLauncher
class LocalPaymentLauncher
Responsible for launching local payment user authentication in a web browser
Constructors
Functions
Link copied to clipboard
fun handleReturnToApp(pendingRequest: LocalPaymentPendingRequest.Started, intent: Intent): LocalPaymentAuthResult
Captures and delivers the result of a local payment authentication flow.
Link copied to clipboard
fun launch(activity: ComponentActivity, localPaymentAuthRequest: LocalPaymentAuthRequest.ReadyToLaunch): LocalPaymentPendingRequest
Launches the local payment flow by switching to a web browser for user authentication.