PayPalClient
constructor(context: Context, authorization: String, appLinkReturnUrl: Uri, deepLinkFallbackUrlScheme: String? = null)
Initializes a new PayPalClient instance
Parameters
context
an Android Context
authorization
a Tokenization Key or Client Token used to authenticate
appLinkReturnUrl
A Uri containing the Android App Link website associated with your application to be used to return to your app from the PayPal payment flows.
deepLinkFallbackUrlScheme
A return url scheme that will be used as a deep link fallback when returning to your app via App Link is not available (buyer unchecks the "Open supported links" setting).