LinkPaymentLauncher

Launcher for an Activity that will confirm a payment using Link.

Functions

Link copied to clipboard
fun present(configuration: LinkConfiguration)

Launch the Link UI to process a payment.

Link copied to clipboard
fun register(activityResultCaller: ActivityResultCaller, callback: (LinkActivityResult) -> Unit)
fun register(activityResultRegistry: ActivityResultRegistry, callback: (LinkActivityResult) -> Unit)
Link copied to clipboard