Class FakeGooglePlayStoreExtensions
THIS IS A FAKE, NO CODE WILL BE EXECUTED!
Access GooglePlay store specific functionality.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public class FakeGooglePlayStoreExtensions : IGooglePlayStoreExtensions, IStoreExtension
Methods
Name | Description |
---|---|
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. |
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. |
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 |
RestoreTransactions(Action<bool, string>) | THIS IS A FAKE, NO CODE WILL BE EXECUTED! Async call to the google store to |
RestoreTransactions(Action<bool>) | THIS IS A FAKE, NO CODE WILL BE EXECUTED! Async call to the google store to |
UpgradeDowngradeSubscription(string, string) | THIS IS A FAKE, NO CODE WILL BE EXECUTED! Upgrade or downgrade subscriptions, with proration mode |
UpgradeDowngradeSubscription(string, string, int) | THIS IS A FAKE, NO CODE WILL BE EXECUTED! Upgrade or downgrade subscriptions |
UpgradeDowngradeSubscription(string, string, GooglePlayProrationMode) | THIS IS A FAKE, NO CODE WILL BE EXECUTED! Upgrade or downgrade subscriptions |