GoogleThirdPartyPaymentExtension

  • GoogleThirdPartyPaymentExtension is a class that extends Object and implements Parcelable, intended to support credentials for secure payment confirmation.

  • This class is designed to align with the behavior of the GoogleThirdPartyPaymentExtension in the CTAP specification.

  • Key methods include a constructor that takes a boolean for thirdPartyPayment, equals to compare objects, getThirdPartyPayment to retrieve the boolean value, hashCode for hash calculation, and writeToParcel for serialization.

public class GoogleThirdPartyPaymentExtension extends Object
implements Parcelable

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
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Constructors

public GoogleThirdPartyPaymentExtension (boolean thirdPartyPayment)

Public Methods

public boolean equals (Object obj)

public boolean getThirdPartyPayment ()

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)