C# 클래스 Xsolla.XsollaJsonGenerator

파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
settings Settings
user User

공개 메소드들

메소드 설명
Base64Encode ( string plainText ) : string
FreshToken ( Action tokenCallback ) : IEnumerator
GetPrepared ( ) : string
XsollaJsonGenerator ( string userId, long projectId ) : System

비공개 메소드들

메소드 설명
CaptureConsoleAppOutput ( string exeName, string arguments, int timeoutMilliseconds, int &exitCode, string &output ) : void
GetAppPlatformPath ( ) : string
GetBytes ( string str ) : byte[]

메소드 상세

Base64Encode() 공개 정적인 메소드

public static Base64Encode ( string plainText ) : string
plainText string
리턴 string

FreshToken() 공개 정적인 메소드

public static FreshToken ( Action tokenCallback ) : IEnumerator
tokenCallback Action
리턴 IEnumerator

GetPrepared() 공개 메소드

public GetPrepared ( ) : string
리턴 string

XsollaJsonGenerator() 공개 메소드

public XsollaJsonGenerator ( string userId, long projectId ) : System
userId string
projectId long
리턴 System

프로퍼티 상세

settings 공개적으로 프로퍼티

public Settings settings
리턴 Settings

user 공개적으로 프로퍼티

public User user
리턴 User