public static finalPaymentExperienceONE_TAP_REQUIRES_SDK_INITIALIZED
Payment experience allowing one or two taps according to card profile
and end user authentication which required SDK to be initialized beforehand.
This is the default payment experience.
Payment experience allowing one or two taps according to card profile
and end user authentication without SDK initialized beforehand.
For example when end user is authenticated prior tapping on the POS terminal,
payment could be performed in one tap even if SDK was not initialized beforehand.
Payment experience in two taps always regardless to card profile and end user authentication.
After the first tap on POS terminal, end user will have to authenticate and then tap the 2nd
time to complete the transaction.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.