GoogleThirdPartyPaymentExtension

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)