Méthode | Description | |
---|---|---|
DeleteTag ( string key ) : void | ||
DeleteTags ( IList |
||
EnableSound ( bool enable ) : void | ||
EnableVibrate ( bool enable ) : void | ||
FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void | ||
GameThriveAndroid ( string gameObjectName, string googleProjectNumber, string appId ) : GameThrivePush.MiniJSON | ||
GetTags ( ) : void | ||
IdsAvailable ( ) : void | ||
OnApplicationPause ( bool paused ) : void | ||
RegisterForPushNotifications ( ) : void | ||
SendPurchase ( double amount ) : void | ||
SendTag ( string tagName, string tagValue ) : void | ||
SendTags ( string>.IDictionary |
public EnableVibrate ( bool enable ) : void | ||
enable | bool | |
Résultat | void |
public FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void | ||
jsonString | string | |
notificationReceived | GameThrive, | |
Résultat | void |
public GameThriveAndroid ( string gameObjectName, string googleProjectNumber, string appId ) : GameThrivePush.MiniJSON | ||
gameObjectName | string | |
googleProjectNumber | string | |
appId | string | |
Résultat | GameThrivePush.MiniJSON |
public OnApplicationPause ( bool paused ) : void | ||
paused | bool | |
Résultat | void |
public RegisterForPushNotifications ( ) : void | ||
Résultat | void |
public SendPurchase ( double amount ) : void | ||
amount | double | |
Résultat | void |
public SendTag ( string tagName, string tagValue ) : void | ||
tagName | string | |
tagValue | string | |
Résultat | void |
public SendTags ( string>.IDictionary |
||
tags | string>.IDictionary | |
Résultat | void |