SDKs code references for Unity
Easily embed Xsolla services with this ready-to-use libraries for Unity applications and games
Xsolla.Orders.XsollaOrders Member List

This is the complete list of members for Xsolla.Orders.XsollaOrders, including all inherited members.

CheckOrderStatus(int orderId, Action< OrderStatus > onSuccess, Action< Error > onError, SdkType sdkType=SdkType.Store)Xsolla.Orders.XsollaOrdersinlinestatic
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.XsollaOrdersinlinestatic
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.XsollaOrdersinlinestatic
GetUnprocessedEvents(Action< Events > onSuccess, Action< Error > onError)Xsolla.Orders.XsollaOrdersinlinestatic
MarkEventAsProcessed(int eventId, Action onSuccess, Action< Error > onError)Xsolla.Orders.XsollaOrdersinlinestatic
OpenPurchaseUI(string paymentToken, bool forcePlatformBrowser=false, Action< BrowserCloseInfo > onBrowserClosed=null)Xsolla.Orders.XsollaOrdersinlinestatic