SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
|
This is the complete list of members for Xsolla.Orders.XsollaOrders, including all inherited members.
CheckOrderStatus(int orderId, Action< OrderStatus > onSuccess, Action< Error > onError) | Xsolla.Orders.XsollaOrders | inlinestatic |
CreatePaymentToken(float amount, string currency, string description, Action< PaymentToken > onSuccess, Action< Error > onError, string locale=null, string externalID=null, int? paymentMethod=null, object customParameters=null) | Xsolla.Orders.XsollaOrders | inlinestatic |
CreatePaymentToken(float amount, string currency, PaymentTokenItem[] items, Action< PaymentToken > onSuccess, Action< Error > onError, string locale=null, string externalID=null, int? paymentMethod=null, object customParameters=null) | Xsolla.Orders.XsollaOrders | inlinestatic |
OpenPurchaseUI(string paymentToken, bool forcePlatformBrowser=false, Action< BrowserCloseInfo > onBrowserClosed=null) | Xsolla.Orders.XsollaOrders | inlinestatic |