C# Class GameThriveAndroid, 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
EnableSound ( bool enable ) : void
EnableVibrate ( bool enable ) : void
FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void
GameThriveAndroid ( string gameObjectName, string googleProjectNumber, string appId ) : 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

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

EnableSound() public méthode

public EnableSound ( bool enable ) : void
enable bool
Résultat void

EnableVibrate() public méthode

public EnableVibrate ( bool enable ) : void
enable bool
Résultat void

FireNotificationReceivedEvent() public méthode

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

GameThriveAndroid() public méthode

public GameThriveAndroid ( string gameObjectName, string googleProjectNumber, string appId ) : GameThrivePush.MiniJSON
gameObjectName string
googleProjectNumber string
appId string
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