C# Class Xsolla.XsollaSDKStatic

Afficher le fichier Open project: xsolla/xsolla-unity-sdk

Méthodes publiques

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

Méthode Description
GetPaystationController ( ) : XsollaPaystationController

Method Details

CreatePaymentForm() public static méthode

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

CreatePaymentForm() public static méthode

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

CreatePaymentForm() public static méthode

public static CreatePaymentForm ( string data, bool isSandbox ) : void
data string
isSandbox bool
Résultat void

DirectPayment() public static méthode

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

InitPaystation() public static méthode

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