Method |
Description |
|
Awake ( ) : void |
|
|
BroadcastMessageToAllDevices ( ) : void |
|
|
DisplayAllCustomDataFromScreen ( ) : void |
|
|
DisplayAllCustomDataOfFirstController ( ) : void |
|
|
DisplayCustomPropertyHealthOnFirstController ( ) : void |
|
|
DisplayDeviceID ( ) : void |
|
|
DisplayDeviceIDOfPlayerOne ( ) : void |
|
|
DisplayIfFirstContrllerIsLoggedIn ( ) : void |
|
|
DisplayNicknameOfFirstController ( ) : void |
|
|
DisplayNumberOfConnectedControllers ( ) : void |
|
|
DisplayProfilePictureOfFirstController ( ) : void |
|
|
DisplayServerTime ( ) : void |
|
|
HideDefaultUI ( ) : void |
|
|
IncreaseScore ( ) : void |
|
|
IsMasterPremium ( ) : void |
|
|
NavigateHome ( ) : void |
|
|
NavigateToPong ( ) : void |
|
|
OnAdComplete ( bool adWasShown ) : void |
|
|
OnAdShow ( ) : void |
|
|
OnConnect ( int device_id ) : void |
|
|
OnCustomDeviceStateChange ( int device_id, JToken custom_data ) : void |
|
|
OnDestroy ( ) : void |
|
|
OnDeviceProfileChange ( int device_id ) : void |
|
|
OnDeviceStateChange ( int device_id, JToken data ) : void |
|
|
OnDisconnect ( int device_id ) : void |
|
|
OnGameEnd ( ) : void |
|
|
OnHighScoreStored ( JToken highscore ) : void |
|
|
OnHighScores ( JToken highscores ) : void |
|
|
OnMessage ( int from, JToken data ) : void |
|
|
OnPersistentDataLoaded ( JToken data ) : void |
|
|
OnPersistentDataStored ( string uid ) : void |
|
|
OnPremium ( int device_id ) : void |
|
|
OnReady ( string code ) : void |
|
|
RequestHighScores ( ) : void |
|
|
RequestPersistentData ( ) : void |
|
|
ResetScore ( ) : void |
|
|
SendMessageToController1 ( ) : void |
|
|
SetActivePlayers ( ) : void |
|
|
SetLevelPropertyInCustomScreenData ( ) : void |
|
|
SetSomeCustomDataOnScreen ( ) : void |
|
|
ShowAd ( ) : void |
|
|
ShowDefaultUI ( ) : void |
|
|
ShowPremiumDeviceIDs ( ) : void |
|
|
StoreHighScore ( ) : void |
|
|
StorePersistentData ( ) : void |
|
|
StoreTeamHighScore ( ) : void |
|
|
Update ( ) : void |
|
|