AccountIdentifiers

public final class AccountIdentifiers
extends Object

java.lang.Object
   ↳ com.android.billingclient.api.AccountIdentifiers


Account identifiers that were specified when the purchase was made.

Summary

Public methods

String getObfuscatedAccountId()

The obfuscated account id specified in BillingFlowParams.Builder.setObfuscatedAccountId(String).

String getObfuscatedProfileId()

The obfuscated account id specified in BillingFlowParams.Builder.setObfuscatedProfileId(String).

Inherited methods

Public methods

getObfuscatedAccountId

public String getObfuscatedAccountId ()

The obfuscated account id specified in BillingFlowParams.Builder.setObfuscatedAccountId(String).

Returns
String

getObfuscatedProfileId

public String getObfuscatedProfileId ()

The obfuscated account id specified in BillingFlowParams.Builder.setObfuscatedProfileId(String).

Returns
String