Interface IGooglePlayStoreExtendedService
A public interface for the Google Play Store service extension.
Namespace: UnityEngine .Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public interface IGooglePlayStoreExtendedService : IStoreServiceExtension
Methods
SetObfuscatedAccountId(string)
Optional obfuscation string to detect irregular activities when making a purchase. For more information please visit https://developer.android.com/google/play/billing/security
Declaration
void SetObfuscatedAccountId(string accountId)
Parameters
Type | Name | Description |
---|---|---|
string | accountId | The obfuscated account id |
SetObfuscatedProfileId(string)
Optional obfuscation string to detect irregular activities when making a purchase For more information please visit https://developer.android.com/google/play/billing/security
Declaration
void SetObfuscatedProfileId(string profileId)
Parameters
Type | Name | Description |
---|---|---|
string | profileId | The obfuscated profile id |