Companion
object Companion
Functions
Link copied to clipboard
fun create(from: ComponentActivity, walletOptions: Wallet.WalletOptions, callback: (ProcessOutResult<POGooglePayCardTokenizationData>) -> Unit): POGooglePayCardTokenizationLauncher
Creates the launcher from Activity. Note: Required to call in onCreate() to register for activity result.
fun create(from: Fragment, walletOptions: Wallet.WalletOptions, callback: (ProcessOutResult<POGooglePayCardTokenizationData>) -> Unit): POGooglePayCardTokenizationLauncher
Creates the launcher from Fragment. Note: Required to call in onCreate() to register for activity result.