Method | 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, | |
return | void |
public GameThriveWP ( string appId ) : System.Linq | ||
appId | string | |
return | System.Linq |
public OnApplicationPause ( bool paused ) : void | ||
paused | bool | |
return | void |
public RegisterForPushNotifications ( ) : void | ||
return | void |
public SendTag ( string tagName, string tagValue ) : void | ||
tagName | string | |
tagValue | string | |
return | void |