Method | Description | |
---|---|---|
DeleteTag ( string key ) : void | ||
DeleteTags ( IList |
||
FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void | ||
GameThriveIOS ( string gameObjectName, string appId, bool autoRegister ) : 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 |
Method | Description | |
---|---|---|
_deleteTag ( string key ) : void | ||
_deleteTags ( string keys ) : void | ||
_getTags ( ) : void | ||
_idsAvailable ( ) : void | ||
_init ( string listenerName, string appId, bool autoRegister ) : void | ||
_registerForPushNotifications ( ) : void | ||
_sendPurchase ( double amount ) : void | ||
_sendTag ( string tagName, string tagValue ) : void | ||
_sendTags ( string tags ) : void |
public FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void | ||
jsonString | string | |
notificationReceived | GameThrive, | |
return | void |
public GameThriveIOS ( string gameObjectName, string appId, bool autoRegister ) : GameThrivePush.MiniJSON | ||
gameObjectName | string | |
appId | string | |
autoRegister | bool | |
return | GameThrivePush.MiniJSON |
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 |
public SendTags ( string>.IDictionary |
||
tags | string>.IDictionary | |
return | void |