AI-generated Key Takeaways
-
GoogleThirdPartyPaymentExtensionis a class that extendsObjectand implementsParcelable, intended to support credentials for secure payment confirmation. -
This class is designed to align with the behavior of the
GoogleThirdPartyPaymentExtensionin the CTAP specification. -
Key methods include a constructor that takes a boolean for
thirdPartyPayment,equalsto compare objects,getThirdPartyPaymentto retrieve the boolean value,hashCodefor hash calculation, andwriteToParcelfor serialization.
Extension to support credentials enabled for secure payment confirmation. This is intended
to match the behaviour of the
GoogleThirdPartyPaymentExtension in the CTAP spec, see GitHub PR #1337.
Inherited Constant Summary
Public Constructor Summary
|
GoogleThirdPartyPaymentExtension(boolean thirdPartyPayment)
|
Public Method Summary
| boolean | |
| boolean | |
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|