Google Pay Context
Constructor for using this class from an Activity.
Important:
This must be called no later than ComponentActivity.onCreate
Parameters
The activity that is launching Google Pay
Called after determining whether Google Pay is available and ready on the device
Called with the final result of the Google Pay payment operation
Specify this if you want to override the name set up when intiializing the SDK
Specify this if you want to override the country code set up when initializing the SDK
Throws
Thrown if Google Pay wasn't configured when initializing the SDK
Constructor for using this class from a Fragment.
####Important:
_ This must be called no later than Fragment.onViewCreated_
Parameters
The fragment that is launching Google Pay
Called after determining whether Google Pay is available and ready on the device
Called with the final result of the Google Pay payment operation
Specify this if you want to override the name set up when initializing the SDK
Specify this if you want to override the country code set up when initializing the SDK
Throws
Thrown if Google Pay wasn't configured when initializing the SDK