C# Class GameThriveIOS, GameThrive-Unity-SDK

Inheritance: GameThrivePlatform
Afficher le fichier Open project: GameThrive/GameThrive-Unity-SDK

Méthodes publiques

Méthode Description
DeleteTag ( string key ) : void
DeleteTags ( IList keys ) : void
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 tags ) : void

Private Methods

Méthode 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

Method Details

DeleteTag() public méthode

public DeleteTag ( string key ) : void
key string
Résultat void

DeleteTags() public méthode

public DeleteTags ( IList keys ) : void
keys IList
Résultat void

FireNotificationReceivedEvent() public méthode

public FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void
jsonString string
notificationReceived GameThrive,
Résultat void

GameThriveIOS() public méthode

public GameThriveIOS ( string gameObjectName, string appId, bool autoRegister ) : GameThrivePush.MiniJSON
gameObjectName string
appId string
autoRegister bool
Résultat GameThrivePush.MiniJSON

GetTags() public méthode

public GetTags ( ) : void
Résultat void

IdsAvailable() public méthode

public IdsAvailable ( ) : void
Résultat void

OnApplicationPause() public méthode

public OnApplicationPause ( bool paused ) : void
paused bool
Résultat void

RegisterForPushNotifications() public méthode

public RegisterForPushNotifications ( ) : void
Résultat void

SendPurchase() public méthode

public SendPurchase ( double amount ) : void
amount double
Résultat void

SendTag() public méthode

public SendTag ( string tagName, string tagValue ) : void
tagName string
tagValue string
Résultat void

SendTags() public méthode

public SendTags ( string>.IDictionary tags ) : void
tags string>.IDictionary
Résultat void