Companion
object Companion
Functions
Link copied to clipboard
Creates the launcher from Activity. Note: Required to call in onCreate() to register for activity result.
Creates the launcher from Fragment. Note: Required to call in onCreate() to register for activity result.
fun create(from: ComponentActivity, callback: (ProcessOutResult<POAlternativePaymentMethodResponse>) -> Unit): <Error class: unknown class>
Creates the launcher from Activity. When launcher created with this function use launch(request, returnUrl) or launch(uri, returnUrl). Note: Required to call in onCreate() to register for activity result.
fun create(from: Fragment, callback: (ProcessOutResult<POAlternativePaymentMethodResponse>) -> Unit): <Error class: unknown class>
Creates the launcher from Fragment. When launcher created with this function use launch(request, returnUrl) or launch(uri, returnUrl). Note: Required to call in onCreate() to register for activity result.