Property | Type | Description | |
---|---|---|---|
badge | int | ||
dispatch_time | int | ||
innerPush | |||
message | string | ||
sound | string | ||
tag | string | ||
timed | bool | ||
userInfo | IDictionary |
Method | Description | |
---|---|---|
ClearRemoteNotifications ( ) : void | ||
PendingNotificationCount ( ) : int | ||
PushNotification ( ) : System | ||
PushNotification ( string message, string sound, int badge ) : System | ||
PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System | ||
Send ( Applicasa.User users, int arrayCount, SendPushFinished sendPushFinished ) : void | ||
addTag ( string key, string param ) : void | ||
methodApplicasaPushNotification ( string val ) : void | ||
pullMessage ( int position ) : |
||
registerForPushNotification ( ) : void | ||
unRegisterForPushNotification ( ) : void |
Method | Description | |
---|---|---|
ApplicasaClearAllPushMessages ( ) : void | ||
ApplicasaPushGet ( string message, string sound, int badge ) : |
||
ApplicasaPushGetWithDispatchTime ( string message, string sound, int badge, int dispatchInMin ) : |
||
ApplicasaPushSend ( |
||
addTags ( |
public static ClearRemoteNotifications ( ) : void | ||
return | void |
public static PendingNotificationCount ( ) : int | ||
return | int |
public PushNotification ( string message, string sound, int badge ) : System | ||
message | string | |
sound | string | |
badge | int | |
return | System |
public PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System | ||
message | string | |
sound | string | |
badge | int | |
dispatchInMin | int | |
return | System |
public Send ( Applicasa.User users, int arrayCount, SendPushFinished sendPushFinished ) : void | ||
users | Applicasa.User | |
arrayCount | int | |
sendPushFinished | SendPushFinished | |
return | void |
public addTag ( string key, string param ) : void | ||
key | string | |
param | string | |
return | void |
public static methodApplicasaPushNotification ( string val ) : void | ||
val | string | |
return | void |
public static pullMessage ( int position ) : |
||
position | int | |
return |
public static registerForPushNotification ( ) : void | ||
return | void |
public static unRegisterForPushNotification ( ) : void | ||
return | void |