C# 클래스 Xsolla.XsollaSDKStatic

파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk

공개 메소드들

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

비공개 메소드들

메소드 설명
GetPaystationController ( ) : XsollaPaystationController

메소드 상세

CreatePaymentForm() 공개 정적인 메소드

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

CreatePaymentForm() 공개 정적인 메소드

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

CreatePaymentForm() 공개 정적인 메소드

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

DirectPayment() 공개 정적인 메소드

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

InitPaystation() 공개 정적인 메소드

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