docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FakeGooglePlayStoreExtensions

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Access GooglePlay store specific functionality.

    Inheritance
    object
    FakeGooglePlayStoreExtensions
    Implements
    IGooglePlayStoreExtensions
    IStoreExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Purchasing
    Assembly: UnityEngine.Purchasing.Stores.dll
    Syntax
    public class FakeGooglePlayStoreExtensions : IGooglePlayStoreExtensions, IStoreExtension

    Methods

    ConfirmSubscriptionPriceChange(string, Action<bool>)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Initiate a flow to confirm the change of price for an item subscribed by the user.

    Declaration
    public void ConfirmSubscriptionPriceChange(string productId, Action<bool> callback)
    Parameters
    Type Name Description
    string productId

    Product id

    Action<bool> callback

    Price changed event finished successfully

    GetPurchaseState(Product)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Determines the purchase state of a product in the Google Play Store based on its receipt.

    Declaration
    public GooglePurchaseState GetPurchaseState(Product product)
    Parameters
    Type Name Description
    Product product

    Product

    Returns
    Type Description
    GooglePurchaseState

    Returns the purchase state when successful, otherwise an exception is thrown.

    IsPurchasedProductDeferred(Product)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Determines if the purchase of a product in the Google Play Store is deferred based on its receipt. This indicates if there is an additional step to complete a transaction in between when a user initiates a purchase and when the payment method for the purchase is processed. Handling pending transactions

    Declaration
    public bool IsPurchasedProductDeferred(Product product)
    Parameters
    Type Name Description
    Product product

    Product

    Returns
    Type Description
    bool

    trueif the input contains a receipt for a deferred or a pending transaction for a Google Play billing purchase, and false otherwise.

    RestoreTransactions(Action<bool, string>)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Async call to the google store to queryPurchases using all the different support sku types.

    Declaration
    public void RestoreTransactions(Action<bool, string> callback)
    Parameters
    Type Name Description
    Action<bool, string> callback

    Will be called as often as many purchases the queryPurchases finds. (the IStoreCallback will be called as well)

    RestoreTransactions(Action<bool>)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Async call to the google store to queryPurchases using all the different support sku types.

    Declaration
    [Obsolete("RestoreTransactions(Action<bool> callback) is deprecated, please use RestoreTransactions(Action<bool, string> callback) instead.")]
    public void RestoreTransactions(Action<bool> callback)
    Parameters
    Type Name Description
    Action<bool> callback

    Will be called as often as many purchases the queryPurchases finds. (the IStoreCallback will be called as well)

    UpgradeDowngradeSubscription(string, string)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Upgrade or downgrade subscriptions, with proration mode IMMEDIATE_WITHOUT_PRORATION by default See more

    Declaration
    public void UpgradeDowngradeSubscription(string oldSku, string newSku)
    Parameters
    Type Name Description
    string oldSku

    current subscription

    string newSku

    new subscription to subscribe

    UpgradeDowngradeSubscription(string, string, int)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Upgrade or downgrade subscriptions

    Declaration
    public void UpgradeDowngradeSubscription(string oldSku, string newSku, int desiredProrationMode)
    Parameters
    Type Name Description
    string oldSku

    current subscription

    string newSku

    new subscription to subscribe

    int desiredProrationMode

    Specifies the mode of proration. See more

    UpgradeDowngradeSubscription(string, string, GooglePlayProrationMode)

    THIS IS A FAKE, NO CODE WILL BE EXECUTED!

    Upgrade or downgrade subscriptions

    Declaration
    public void UpgradeDowngradeSubscription(string oldSku, string newSku, GooglePlayProrationMode desiredProrationMode)
    Parameters
    Type Name Description
    string oldSku

    current subscription

    string newSku

    new subscription to subscribe

    GooglePlayProrationMode desiredProrationMode

    Specifies the mode of proration. See more

    Implements

    IGooglePlayStoreExtensions
    IStoreExtension
    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)