C# Class DeployGateSDK, deploygate-with-unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: anchan828/deploygate-with-unity Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetAuthorUsername() public static méthode

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

GetLoginUsername() public static méthode

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

Install() public static méthode

Install DeployGate on your application instance.
public static Install ( ) : void
Résultat void

Install() public static méthode

Install DeployGate on your application instance.
public static Install ( string deployGateUserName ) : void
deployGateUserName string
Résultat void

IsAuthorized() public static méthode

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

IsDeployGateAvailable() public static méthode

Get whether DeployGate client service is available on this device.
public static IsDeployGateAvailable ( ) : bool
Résultat bool

IsInitialized() public static méthode

public static IsInitialized ( ) : bool
Résultat bool

IsManaged() public static méthode

public static IsManaged ( ) : bool
Résultat bool

LogDebug() public static méthode

Record DEBUG level event on DeployGate.
public static LogDebug ( string text ) : void
text string
Résultat void

LogError() public static méthode

Record ERROR level event on DeployGate.
public static LogError ( string text ) : void
text string
Résultat void

LogInfo() public static méthode

Record INFO level event on DeployGate.
public static LogInfo ( string text ) : void
text string
Résultat void

LogVerbose() public static méthode

Record VERBOSE level event on DeployGate.
public static LogVerbose ( string text ) : void
text string
Résultat void

LogWarn() public static méthode

Record WARN level event on DeployGate.
public static LogWarn ( string text ) : void
text string
Résultat void

Refresh() public static méthode

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