프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 GetIdsAvailable ( IdsAvailable inIdsAvailableDelegate ) : void | ||
inIdsAvailableDelegate | IdsAvailable | |
리턴 | void |
public static GetTags ( TagsReceived inTagsReceivedDelegate ) : void | ||
inTagsReceivedDelegate | TagsReceived | |
리턴 | 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 static RegisterForPushNotifications ( ) : void | ||
리턴 | 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 |