|
Beamable SDK
|
Public Member Functions | |
| TransactionManager (IDependencyProvider provider) | |
| void | Initialize () |
| void | AddToPendingPurchases (long txid, string listingSymbol, string skuSymbol) |
| PurchaseInfo | PopFromPendingPurchases (string skuSymbol) |
| void | AddToPendingFulfillment (CompletedTransaction transaction) |
| Add a completed transaction to the pendingFulfillment queue. More... | |
| Promise< PurchaseResponse > | BeginPurchase (string purchaseId) |
| Promise< EmptyResponse > | CancelPurchase (long txid) |
| void | FailPurchase (long txid, string reason, string sku) |
Events | |
| Action< CompletedTransaction > | OnFulfillmentComplete |
| Action< ErrorCode, CompletedTransaction > | OnFulfillmentFailed |
|
inline |
Add a completed transaction to the pendingFulfillment queue.
| transaction | The completed transaction to enqueue for fulfillment. |