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