C# 클래스 DeployGateSDK, deploygate-with-unity

상속: MonoBehaviour
파일 보기 프로젝트 열기: anchan828/deploygate-with-unity 1 사용 예제들

공개 메소드들

메소드 설명
GetAuthorUsername ( ) : string

Get current app's author (i.e. distributor) username on DeployGate.

GetLoginUsername ( ) : string

Get current DeployGate username. This function only available when isAuthorized() is true.

Install ( ) : void

Install DeployGate on your application instance.

Install ( string deployGateUserName ) : void

Install DeployGate on your application instance.

IsAuthorized ( ) : bool

Get whether current DeployGate user has this application in his/her available list.

IsDeployGateAvailable ( ) : bool

Get whether DeployGate client service is available on this device.

IsInitialized ( ) : bool
IsManaged ( ) : bool
LogDebug ( string text ) : void

Record DEBUG level event on DeployGate.

LogError ( string text ) : void

Record ERROR level event on DeployGate.

LogInfo ( string text ) : void

Record INFO level event on DeployGate.

LogVerbose ( string text ) : void

Record VERBOSE level event on DeployGate.

LogWarn ( string text ) : void

Record WARN level event on DeployGate.

Refresh ( ) : void

Request refreshing cached session values (e.g., isAuthorized, etc.) to the DeployGate service.

메소드 상세

GetAuthorUsername() 공개 정적인 메소드

Get current app's author (i.e. distributor) username on DeployGate.
public static GetAuthorUsername ( ) : string
리턴 string

GetLoginUsername() 공개 정적인 메소드

Get current DeployGate username. This function only available when isAuthorized() is true.
public static GetLoginUsername ( ) : string
리턴 string

Install() 공개 정적인 메소드

Install DeployGate on your application instance.
public static Install ( ) : void
리턴 void

Install() 공개 정적인 메소드

Install DeployGate on your application instance.
public static Install ( string deployGateUserName ) : void
deployGateUserName string
리턴 void

IsAuthorized() 공개 정적인 메소드

Get whether current DeployGate user has this application in his/her available list.
public static IsAuthorized ( ) : bool
리턴 bool

IsDeployGateAvailable() 공개 정적인 메소드

Get whether DeployGate client service is available on this device.
public static IsDeployGateAvailable ( ) : bool
리턴 bool

IsInitialized() 공개 정적인 메소드

public static IsInitialized ( ) : bool
리턴 bool

IsManaged() 공개 정적인 메소드

public static IsManaged ( ) : bool
리턴 bool

LogDebug() 공개 정적인 메소드

Record DEBUG level event on DeployGate.
public static LogDebug ( string text ) : void
text string
리턴 void

LogError() 공개 정적인 메소드

Record ERROR level event on DeployGate.
public static LogError ( string text ) : void
text string
리턴 void

LogInfo() 공개 정적인 메소드

Record INFO level event on DeployGate.
public static LogInfo ( string text ) : void
text string
리턴 void

LogVerbose() 공개 정적인 메소드

Record VERBOSE level event on DeployGate.
public static LogVerbose ( string text ) : void
text string
리턴 void

LogWarn() 공개 정적인 메소드

Record WARN level event on DeployGate.
public static LogWarn ( string text ) : void
text string
리턴 void

Refresh() 공개 정적인 메소드

Request refreshing cached session values (e.g., isAuthorized, etc.) to the DeployGate service.
public static Refresh ( ) : void
리턴 void