C# Class GameThriveWP, GameThrive-Unity-SDK

Inheritance: GameThrivePlatform
Mostra file Open project: GameThrive/GameThrive-Unity-SDK

Public Methods

Method 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 method

public DeleteTag ( string key ) : void
key string
return void

DeleteTags() public method

public DeleteTags ( IList key ) : void
key IList
return void

FireNotificationReceivedEvent() public method

public FireNotificationReceivedEvent ( string jsonString, GameThrive, notificationReceived ) : void
jsonString string
notificationReceived GameThrive,
return void

GameThriveWP() public method

public GameThriveWP ( string appId ) : System.Linq
appId string
return System.Linq

GetTags() public method

public GetTags ( ) : void
return void

IdsAvailable() public method

public IdsAvailable ( ) : void
return void

OnApplicationPause() public method

public OnApplicationPause ( bool paused ) : void
paused bool
return void

RegisterForPushNotifications() public method

public RegisterForPushNotifications ( ) : void
return void

SendPurchase() public method

public SendPurchase ( double amount ) : void
amount double
return void

SendTag() public method

public SendTag ( string tagName, string tagValue ) : void
tagName string
tagValue string
return void

SendTags() public method

public SendTags ( IDictionary tags ) : void
tags IDictionary
return void