create

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.


Creates the launcher from Activity. Note: Required to call in onCreate() to register for activity result.