C# Class Xsolla.XsollaSDKStatic

ファイルを表示 Open project: xsolla/xsolla-unity-sdk

Public Methods

Method Description
CreatePaymentForm ( XsollaJsonGenerator generator, Action actionOk, Action actionError, bool isSandbox ) : void
CreatePaymentForm ( string data, Action actionOk, Action actionError, bool isSandbox ) : void
CreatePaymentForm ( string data, bool isSandbox ) : void
DirectPayment ( CCPayment payment ) : void
InitPaystation ( string token ) : string

Private Methods

Method Description
GetPaystationController ( ) : XsollaPaystationController

Method Details

CreatePaymentForm() public static method

public static CreatePaymentForm ( XsollaJsonGenerator generator, Action actionOk, Action actionError, bool isSandbox ) : void
generator XsollaJsonGenerator
actionOk Action
actionError Action
isSandbox bool
return void

CreatePaymentForm() public static method

public static CreatePaymentForm ( string data, Action actionOk, Action actionError, bool isSandbox ) : void
data string
actionOk Action
actionError Action
isSandbox bool
return void

CreatePaymentForm() public static method

public static CreatePaymentForm ( string data, bool isSandbox ) : void
data string
isSandbox bool
return void

DirectPayment() public static method

public static DirectPayment ( CCPayment payment ) : void
payment CCPayment
return void

InitPaystation() public static method

public static InitPaystation ( string token ) : string
token string
return string