Свойство | Тип | Описание | |
---|---|---|---|
idsAvailableDelegate | IdsAvailable | ||
tagsReceivedDelegate | TagsReceived |
Метод | Описание | |
---|---|---|
DeleteTag ( string key ) : void | ||
DeleteTags ( IList |
||
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 |
Метод | Описание | |
---|---|---|
onIdsAvailable ( string jsonString ) : void | ||
onPushNotificationReceived ( string jsonString ) : void | ||
onTagsReceived ( string jsonString ) : void |
public static DeleteTag ( string key ) : void | ||
key | string | |
Результат | void |
public static DeleteTags ( IList |
||
keys | IList |
|
Результат | void |
public static EnableSound ( bool enable ) : void | ||
enable | bool | |
Результат | void |
public static EnableVibrate ( bool enable ) : void | ||
enable | bool | |
Результат | void |
public static GetIdsAvailable ( ) : void | ||
Результат | void |
public static GetIdsAvailable ( IdsAvailable inIdsAvailableDelegate ) : void | ||
inIdsAvailableDelegate | IdsAvailable | |
Результат | void |
public static GetTags ( TagsReceived inTagsReceivedDelegate ) : void | ||
inTagsReceivedDelegate | TagsReceived | |
Результат | void |
public static Init ( string appId ) : void | ||
appId | string | |
Результат | void |
public static Init ( string appId, string googleProjectNumber ) : void | ||
appId | string | |
googleProjectNumber | string | |
Результат | void |
public static Init ( string appId, string googleProjectNumber, NotificationReceived inNotificationDelegate ) : void | ||
appId | string | |
googleProjectNumber | string | |
inNotificationDelegate | NotificationReceived | |
Результат | void |
public static Init ( string appId, string googleProjectNumber, NotificationReceived inNotificationDelegate, bool autoRegister ) : void | ||
appId | string | |
googleProjectNumber | string | |
inNotificationDelegate | NotificationReceived | |
autoRegister | bool | |
Результат | void |
public OnApplicationPause ( bool paused ) : void | ||
paused | bool | |
Результат | void |
public static RegisterForPushNotifications ( ) : void | ||
Результат | void |
public static SendPurchase ( double amount ) : void | ||
amount | double | |
Результат | void |
public static SendTag ( string tagName, string tagValue ) : void | ||
tagName | string | |
tagValue | string | |
Результат | void |
public static SendTags ( string>.IDictionary |
||
tags | string>.IDictionary | |
Результат | void |
public static IdsAvailable idsAvailableDelegate | ||
Результат | IdsAvailable |