Property | Type | Description | |
---|---|---|---|
gameAccessToken | string |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
NewHeartbeatTiming ( uint newTiming ) : void | ||
OnApplicationFocus ( bool isFocused ) : void | ||
Reinitialize ( ) : void |
Resends all the server communication involved in initializing the game.
|
|
SetAccessToken ( string newAccessToken ) : void | ||
StaticReinitialize ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
GetSingletonInstance ( ) : ThinksyLink, |
public static NewHeartbeatTiming ( uint newTiming ) : void | ||
newTiming | uint | |
return | void |
public OnApplicationFocus ( bool isFocused ) : void | ||
isFocused | bool | |
return | void |
public static SetAccessToken ( string newAccessToken ) : void | ||
newAccessToken | string | |
return | void |