Beamable SDK
|
This type defines the Client main entry point for the In-App Purchasing feature. More...
Public Member Functions | |||
Promise< Unit > | Initialize (IDependencyProvider provider=null) | ||
Begin initialization of Beamable purchasing. More... | |||
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 type defines the Client 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< Unit > Beamable.Api.Payments.IBeamablePurchaser.Initialize | ( | IDependencyProvider | provider = null | ) |
Begin initialization of Beamable purchasing.
provider | A IDependencyProvider that will be used to grant Beamable dependencies to the purchaser. |
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.