Companion
object Companion
Functions
Link copied to clipboard
fun create(from: ComponentActivity, callback: (ProcessOutActivityResult<POUnit>) -> Unit): PONativeAlternativePaymentLauncher
Creates the launcher from Activity. Note: Required to call in onCreate() to register for activity result.
fun create(from: Fragment, callback: (ProcessOutActivityResult<POUnit>) -> Unit): PONativeAlternativePaymentLauncher
Creates the launcher from Fragment. Note: Required to call in onCreate() to register for activity result.