C# Class Xsolla.XsollaSDK

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: xsolla/xsolla-unity-sdk

Public Properties

Property Type Description
isSandbox bool
payment CCPayment

Public Methods

Method Description
CreatePaymentForm ( ) : void
CreatePaymentForm ( InputField inputField ) : void
CreatePaymentForm ( XsollaJsonGenerator generator, Action actionOk, Action actionError ) : void
CreatePaymentForm ( string data ) : void
CreatePaymentForm ( string data, Action actionOk, Action actionError ) : void
DirectPayment ( CCPayment payment ) : void
InitPaystation ( string token ) : string
SetSandbox ( bool b ) : void
SetToken ( string s ) : void
getToken ( ) : string

Private Methods

Method Description
GetPaystationController ( ) : XsollaPaystationController
SetToken ( XsollaPaystationController controller, string token ) : void

Method Details

CreatePaymentForm() public method

public CreatePaymentForm ( ) : void
return void

CreatePaymentForm() public method

public CreatePaymentForm ( InputField inputField ) : void
inputField InputField
return void

CreatePaymentForm() public method

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

CreatePaymentForm() public method

public CreatePaymentForm ( string data ) : void
data string
return void

CreatePaymentForm() public method

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

DirectPayment() public method

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

InitPaystation() public method

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

SetSandbox() public method

public SetSandbox ( bool b ) : void
b bool
return void

SetToken() public method

public SetToken ( string s ) : void
s string
return void

getToken() public method

public getToken ( ) : string
return string

Property Details

isSandbox public_oe property

public bool isSandbox
return bool

payment public_oe property

public CCPayment,Xsolla payment
return CCPayment