Méthode | Description | |
---|---|---|
DeleteTag ( string key ) : void | ||
DeleteTags ( IList |
||
FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void | ||
GameThriveWP ( string appId ) : System.Linq | ||
GetTags ( ) : void | ||
IdsAvailable ( ) : void | ||
OnApplicationPause ( bool paused ) : void | ||
RegisterForPushNotifications ( ) : void | ||
SendPurchase ( double amount ) : void | ||
SendTag ( string tagName, string tagValue ) : void | ||
SendTags ( IDictionary |
public FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void | ||
jsonString | string | |
notificationReceived | GameThrive, | |
Résultat | void |
public GameThriveWP ( string appId ) : System.Linq | ||
appId | string | |
Résultat | System.Linq |
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 ( IDictionary |
||
tags | IDictionary |
|
Résultat | void |