Class Purchases
Obsolete, please use EconomyService.Instance.Purchases
Inherited Members
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
Syntax
[Obsolete("The interface provided by Economy.Purchases has been replaced by EconomyService.Instance.Purchases, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public class Purchases
Methods
MakeVirtualPurchaseAsync(string, MakeVirtualPurchaseOptions)
Obsolete, please use EconomyService.Instance.Purchases
Declaration
[Obsolete("The interface provided by Economy.Purchases.MakeVirtualPurchaseAsync(string virtualPurchaseId, Services.Economy.MakeVirtualPurchaseOptions options) has been replaced by EconomyService.Instance.Purchases.MakeVirtualPurchaseAsync(string virtualPurchaseId, Services.Economy.MakeVirtualPurchaseOptions options), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public Task<MakeVirtualPurchaseResult> MakeVirtualPurchaseAsync(string virtualPurchaseId, MakeVirtualPurchaseOptions options = null)
Parameters
Type | Name | Description |
---|---|---|
string | virtualPurchaseId | Obsolete |
MakeVirtualPurchaseOptions | options | Obsolete |
Returns
Type | Description |
---|---|
Task<MakeVirtualPurchaseResult> | Obsolete |
RedeemAppleAppStorePurchaseAsync(RedeemAppleAppStorePurchaseArgs)
Obsolete, please use EconomyService.Instance.Purchases
Declaration
[Obsolete("The interface provided by Economy.Purchases.RedeemAppleAppStorePurchaseAsync(RedeemAppleAppStorePurchaseArgs args) has been replaced by EconomyService.Instance.Purchases.RedeemAppleAppStorePurchaseAsync(RedeemAppleAppStorePurchaseArgs args), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public Task<RedeemAppleAppStorePurchaseResult> RedeemAppleAppStorePurchaseAsync(Purchases.RedeemAppleAppStorePurchaseArgs args)
Parameters
Type | Name | Description |
---|---|---|
Purchases.RedeemAppleAppStorePurchaseArgs | args | Obsolete |
Returns
Type | Description |
---|---|
Task<RedeemAppleAppStorePurchaseResult> | Obsolete |
RedeemGooglePlayPurchaseAsync(RedeemGooglePlayStorePurchaseArgs)
Obsolete, please use EconomyService.Instance.Purchases
Declaration
[Obsolete("The interface provided by Economy.Purchases.RedeemGooglePlayPurchaseAsync(RedeemGooglePlayStorePurchaseArgs args) has been replaced by EconomyService.Instance.Purchases.RedeemGooglePlayPurchaseAsync(RedeemGooglePlayStorePurchaseArgs args), and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public Task<RedeemGooglePlayPurchaseResult> RedeemGooglePlayPurchaseAsync(Purchases.RedeemGooglePlayStorePurchaseArgs args)
Parameters
Type | Name | Description |
---|---|---|
Purchases.RedeemGooglePlayStorePurchaseArgs | args | Obsolete |
Returns
Type | Description |
---|---|
Task<RedeemGooglePlayPurchaseResult> | Obsolete |