C# Класс DeployGateSDK, deploygate-with-unity

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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