C# Class GameThrive, GameThrive-Unity-SDK

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameThrive/GameThrive-Unity-SDK Class Usage Examples

Méthodes publiques

Свойство Type Description
idsAvailableDelegate IdsAvailable
tagsReceivedDelegate TagsReceived

Méthodes publiques

Méthode Description
DeleteTag ( string key ) : void
DeleteTags ( IList keys ) : void
EnableSound ( bool enable ) : void
EnableVibrate ( bool enable ) : void
GetIdsAvailable ( ) : void
GetIdsAvailable ( IdsAvailable inIdsAvailableDelegate ) : void
GetTags ( ) : void
GetTags ( TagsReceived inTagsReceivedDelegate ) : void
Init ( string appId ) : void
Init ( string appId, string googleProjectNumber ) : void
Init ( string appId, string googleProjectNumber, NotificationReceived inNotificationDelegate ) : void
Init ( string appId, string googleProjectNumber, NotificationReceived inNotificationDelegate, bool autoRegister ) : 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
onIdsAvailable ( string jsonString ) : void
onPushNotificationReceived ( string jsonString ) : void
onTagsReceived ( string jsonString ) : void

Method Details

DeleteTag() public static méthode

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

DeleteTags() public static méthode

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

EnableSound() public static méthode

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

EnableVibrate() public static méthode

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

GetIdsAvailable() public static méthode

public static GetIdsAvailable ( ) : void
Résultat void

GetIdsAvailable() public static méthode

public static GetIdsAvailable ( IdsAvailable inIdsAvailableDelegate ) : void
inIdsAvailableDelegate IdsAvailable
Résultat void

GetTags() public static méthode

public static GetTags ( ) : void
Résultat void

GetTags() public static méthode

public static GetTags ( TagsReceived inTagsReceivedDelegate ) : void
inTagsReceivedDelegate TagsReceived
Résultat void

Init() public static méthode

public static Init ( string appId ) : void
appId string
Résultat void

Init() public static méthode

public static Init ( string appId, string googleProjectNumber ) : void
appId string
googleProjectNumber string
Résultat void

Init() public static méthode

public static Init ( string appId, string googleProjectNumber, NotificationReceived inNotificationDelegate ) : void
appId string
googleProjectNumber string
inNotificationDelegate NotificationReceived
Résultat void

Init() public static méthode

public static Init ( string appId, string googleProjectNumber, NotificationReceived inNotificationDelegate, bool autoRegister ) : void
appId string
googleProjectNumber string
inNotificationDelegate NotificationReceived
autoRegister bool
Résultat void

OnApplicationPause() public méthode

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

RegisterForPushNotifications() public static méthode

public static RegisterForPushNotifications ( ) : void
Résultat void

SendPurchase() public static méthode

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

SendTag() public static méthode

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

SendTags() public static méthode

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

Property Details

idsAvailableDelegate public_oe static_oe property

public static IdsAvailable idsAvailableDelegate
Résultat IdsAvailable

tagsReceivedDelegate public_oe static_oe property

public static TagsReceived tagsReceivedDelegate
Résultat TagsReceived