Property | Type | Description | |
---|---|---|---|
GetAppID | AppID | ||
SetAppID | void | ||
Utility | System |
Method | Description | |
---|---|---|
GetAccessTokenForNetwork ( NetworkID netId ) : |
Utility function to get this client's access token for a particular network, if it has been set.
|
|
GetSourceID ( ) : SourceID |
Utility function to get the client's SourceID for unique identification.
|
|
SetAccessTokenForNetwork ( NetworkID netId, |
Utility function that accepts the access token for a network after it's received from the server.
|
Method | Description | |
---|---|---|
GetAppID ( ) : AppID | ||
SetAppID ( AppID newAppID ) : void | ||
Utility ( ) : System |
public static GetAccessTokenForNetwork ( NetworkID netId ) : |
||
netId | NetworkID | |
return |
public static SetAccessTokenForNetwork ( NetworkID netId, |
||
netId | NetworkID | |
accessToken | ||
return | void |