Method | 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.
|
public static Install ( string deployGateUserName ) : void | ||
deployGateUserName | string | |
return | void |
public static IsDeployGateAvailable ( ) : bool | ||
return | bool |
public static LogDebug ( string text ) : void | ||
text | string | |
return | void |
public static LogError ( string text ) : void | ||
text | string | |
return | void |
public static LogVerbose ( string text ) : void | ||
text | string | |
return | void |