C# Class Xsolla.XsollaSDK

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: xsolla/xsolla-unity-sdk

Méthodes publiques

Свойство Type Description
isSandbox bool
payment CCPayment

Méthodes publiques

Méthode 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

Méthode Description
GetPaystationController ( ) : XsollaPaystationController
SetToken ( XsollaPaystationController controller, string token ) : void

Method Details

CreatePaymentForm() public méthode

public CreatePaymentForm ( ) : void
Résultat void

CreatePaymentForm() public méthode

public CreatePaymentForm ( InputField inputField ) : void
inputField InputField
Résultat void

CreatePaymentForm() public méthode

public CreatePaymentForm ( XsollaJsonGenerator generator, Action actionOk, Action actionError ) : void
generator XsollaJsonGenerator
actionOk Action
actionError Action
Résultat void

CreatePaymentForm() public méthode

public CreatePaymentForm ( string data ) : void
data string
Résultat void

CreatePaymentForm() public méthode

public CreatePaymentForm ( string data, Action actionOk, Action actionError ) : void
data string
actionOk Action
actionError Action
Résultat void

DirectPayment() public méthode

public DirectPayment ( CCPayment payment ) : void
payment CCPayment
Résultat void

InitPaystation() public méthode

public InitPaystation ( string token ) : string
token string
Résultat string

SetSandbox() public méthode

public SetSandbox ( bool b ) : void
b bool
Résultat void

SetToken() public méthode

public SetToken ( string s ) : void
s string
Résultat void

getToken() public méthode

public getToken ( ) : string
Résultat string

Property Details

isSandbox public_oe property

public bool isSandbox
Résultat bool

payment public_oe property

public CCPayment,Xsolla payment
Résultat CCPayment