docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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

    EndConnection()

    End the connection with the Google Play Store.

    Declaration
    void EndConnection()

    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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)