C# 클래스 Xsolla.XsollaSDK

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk

공개 프로퍼티들

프로퍼티 타입 설명
isSandbox bool
payment CCPayment

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetPaystationController ( ) : XsollaPaystationController
SetToken ( XsollaPaystationController controller, string token ) : void

메소드 상세

CreatePaymentForm() 공개 메소드

public CreatePaymentForm ( ) : void
리턴 void

CreatePaymentForm() 공개 메소드

public CreatePaymentForm ( InputField inputField ) : void
inputField InputField
리턴 void

CreatePaymentForm() 공개 메소드

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

CreatePaymentForm() 공개 메소드

public CreatePaymentForm ( string data ) : void
data string
리턴 void

CreatePaymentForm() 공개 메소드

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

DirectPayment() 공개 메소드

public DirectPayment ( CCPayment payment ) : void
payment CCPayment
리턴 void

InitPaystation() 공개 메소드

public InitPaystation ( string token ) : string
token string
리턴 string

SetSandbox() 공개 메소드

public SetSandbox ( bool b ) : void
b bool
리턴 void

SetToken() 공개 메소드

public SetToken ( string s ) : void
s string
리턴 void

getToken() 공개 메소드

public getToken ( ) : string
리턴 string

프로퍼티 상세

isSandbox 공개적으로 프로퍼티

public bool isSandbox
리턴 bool

payment 공개적으로 프로퍼티

public CCPayment,Xsolla payment
리턴 CCPayment