Beamable SDK
|
This interface defines the main entry point for the In-App Purchasing feature. More...
Public Member Functions | |||
Promise< Unit > | Initialize () | ||
string | GetLocalizedPrice (string skuSymbol) | ||
Fetches the localized string from the provider.
| |||
Promise< CompletedTransaction > | StartPurchase (string listingSymbol, string skuSymbol) | ||
Start a purchase through the chosen IAP implementation. More... | |||
This interface defines the main entry point for the In-App Purchasing feature.
string Beamable.Api.Payments.IBeamablePurchaser.GetLocalizedPrice | ( | string | skuSymbol | ) |
Fetches the localized string from the provider.
skuSymbol | The purchase symbol for the item. This is the skuSymbol for the offer. |
Implemented in Beamable.Purchasing.UnityBeamablePurchaser.
Promise<CompletedTransaction> Beamable.Api.Payments.IBeamablePurchaser.StartPurchase | ( | string | listingSymbol, |
string | skuSymbol | ||
) |
Start a purchase through the chosen IAP implementation.
listingSymbol | Listing symbol to buy. |
skuSymbol | SKU within the mobile platform. |
Implemented in Beamable.Purchasing.UnityBeamablePurchaser.