|
| struct | FFIEvents |
| |
| struct | FFIMethods |
| |
|
|
delegate void | FetchSkusHandler (Result result) |
| |
|
delegate void | FetchEntitlementsHandler (Result result) |
| |
|
delegate void | StartPurchaseHandler (Result result) |
| |
|
delegate void | EntitlementCreateHandler (ref Entitlement entitlement) |
| |
|
delegate void | EntitlementDeleteHandler (ref Entitlement entitlement) |
| |
|
void | FetchSkus (FetchSkusHandler callback) |
| |
|
Int32 | CountSkus () |
| |
|
Sku | GetSku (Int64 skuId) |
| |
|
Sku | GetSkuAt (Int32 index) |
| |
|
void | FetchEntitlements (FetchEntitlementsHandler callback) |
| |
|
Int32 | CountEntitlements () |
| |
|
Entitlement | GetEntitlement (Int64 entitlementId) |
| |
|
Entitlement | GetEntitlementAt (Int32 index) |
| |
|
bool | HasSkuEntitlement (Int64 skuId) |
| |
|
void | StartPurchase (Int64 skuId, StartPurchaseHandler callback) |
| |
|
IEnumerable< Entitlement > | GetEntitlements () |
| |
|
IEnumerable< Sku > | GetSkus () |
| |
|
|
EntitlementCreateHandler | OnEntitlementCreate |
| |
|
EntitlementDeleteHandler | OnEntitlementDelete |
| |
The documentation for this class was generated from the following files:
- C:/Transhuman/S2/Assets/Plugins/DiscordSDK/Runtime/Core.cs
- C:/Transhuman/S2/Assets/Plugins/DiscordSDK/Runtime/StoreManager.cs