C# Class GameThriveWP, 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 key ) : void
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 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 key ) : void
key IList
Résultat void

FireNotificationReceivedEvent() public méthode

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

GameThriveWP() public méthode

public GameThriveWP ( string appId ) : System.Linq
appId string
Résultat System.Linq

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 ( IDictionary tags ) : void
tags IDictionary
Résultat void