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