| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalAccountIdentifiers |
ExternalAccountIdentifiers.clone() |
ExternalAccountIdentifiers |
OutOfAppPurchaseContext.getExpiredExternalAccountIdentifiers()
User account identifier from the last expired subscription for this SKU.
|
ExternalAccountIdentifiers |
SubscriptionPurchaseV2.getExternalAccountIdentifiers()
User account identifier in the third-party service.
|
ExternalAccountIdentifiers |
ExternalAccountIdentifiers.set(String fieldName,
Object value) |
ExternalAccountIdentifiers |
ExternalAccountIdentifiers.setExternalAccountId(String externalAccountId)
User account identifier in the third-party service.
|
ExternalAccountIdentifiers |
ExternalAccountIdentifiers.setObfuscatedExternalAccountId(String obfuscatedExternalAccountId)
An obfuscated version of the id that is uniquely associated with the user's account in your
app.
|
ExternalAccountIdentifiers |
ExternalAccountIdentifiers.setObfuscatedExternalProfileId(String obfuscatedExternalProfileId)
An obfuscated version of the id that is uniquely associated with the user's profile in your
app.
|
| Modifier and Type | Method and Description |
|---|---|
OutOfAppPurchaseContext |
OutOfAppPurchaseContext.setExpiredExternalAccountIdentifiers(ExternalAccountIdentifiers expiredExternalAccountIdentifiers)
User account identifier from the last expired subscription for this SKU.
|
SubscriptionPurchaseV2 |
SubscriptionPurchaseV2.setExternalAccountIdentifiers(ExternalAccountIdentifiers externalAccountIdentifiers)
User account identifier in the third-party service.
|
Copyright © 2011–2025 Google. All rights reserved.