tokenizeVenmoAccount
Start the Pay With Venmo flow. This will app switch to the Venmo app.
If the Venmo app is not available, AppSwitchNotAvailableException will be sent to onVenmoFailure
Parameters
activity
Android FragmentActivity
request
open fun tokenizeVenmoAccount(@NonNull activity: FragmentActivity, @NonNull request: VenmoRequest, @NonNull callback: VenmoTokenizeAccountCallback)
Deprecated
Start the Pay With Venmo flow. This will app switch to the Venmo app.
If the Venmo app is not available, AppSwitchNotAvailableException will be sent to onResult
Deprecated. Use tokenizeVenmoAccount.