AI-generated Key Takeaways
-
PaymentExtension supports credentials for secure payment confirmation and matches the behavior of the PaymentExtension in the CTAP spec.
-
This class extends Object and implements the Parcelable interface.
-
Key public methods include
equals,hashCode,isPayment, andwriteToParcel. -
It has one public constructor that takes a boolean parameter.
Extension to support credentials enabled for secure payment confirmation. This is intended
to match the behaviour of the PaymentExtension
in the CTAP spec, see Secure
Payment Confirmation.
Inherited Constant Summary
Public Constructor Summary
|
PaymentExtension(boolean isPayment)
|
Public Method Summary
| boolean | |
| int |
hashCode()
|
| boolean | |
| void |
writeToParcel(Parcel dest, int
flags)
|