PayPalLauncher

Responsible for launching PayPal user authentication in a web browser

Constructors

Link copied to clipboard
constructor(caller: ActivityResultCaller? = null)

Used to launch the PayPal flow in a web browser and deliver results to your Activity

constructor(registry: ActivityResultRegistry)

Used to launch the PayPal flow in a web browser and deliver results. Use it in Compose flows or where ActivityResultCaller is not available.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Captures and delivers the result of a PayPal authentication flow.

Link copied to clipboard

Launches the PayPal flow by switching to a web browser for user authentication

Link copied to clipboard
fun restorePendingRequest(pendingRequestString: String)