Package-level declarations
Types
Callback for receiving result of LocalPaymentClient.createPaymentAuthRequest.
A request used to launch the continuation of the local payment flow.
Local payment result information.
Result of the local payment web flow received from LocalPaymentLauncher.handleReturnToApp.
Used to integrate with local payments.
Responsible for launching local payment user authentication in a web browser
PaymentMethodNonce representing a local payment.
A pending request for the local payment web-based authentication flow created by invoking LocalPaymentLauncher.launch. This pending request should be stored locally within the app or on-device and used to deliver a result of the browser flow in LocalPaymentLauncher.handleReturnToApp
Builder used to construct an local payment request.
Result of tokenizing a local payment method
Callback for receiving result of LocalPaymentClient.tokenize.