C# Класс Applicasa.PushNotification

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
badge int
dispatch_time int
innerPush System.IntPtr
message string
sound string
tag string
timed bool
userInfo IDictionary

Открытые методы

Метод Описание
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 ) : PushNotification
registerForPushNotification ( ) : void
unRegisterForPushNotification ( ) : void

Приватные методы

Метод Описание
ApplicasaClearAllPushMessages ( ) : void
ApplicasaPushGet ( string message, string sound, int badge ) : IntPtr
ApplicasaPushGetWithDispatchTime ( string message, string sound, int badge, int dispatchInMin ) : IntPtr
ApplicasaPushSend ( IntPtr innerPush, IntPtr users, int arrayCount, SendPushFinished sendPushFinished ) : void
addTags ( IntPtr innerPush, string key, string param ) : void

Описание методов

ClearRemoteNotifications() публичный статический метод

public static ClearRemoteNotifications ( ) : void
Результат void

PendingNotificationCount() публичный статический метод

public static PendingNotificationCount ( ) : int
Результат int

PushNotification() публичный метод

public PushNotification ( ) : System
Результат System

PushNotification() публичный метод

public PushNotification ( string message, string sound, int badge ) : System
message string
sound string
badge int
Результат System

PushNotification() публичный метод

public PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System
message string
sound string
badge int
dispatchInMin int
Результат System

Send() публичный метод

public Send ( Applicasa.User users, int arrayCount, SendPushFinished sendPushFinished ) : void
users Applicasa.User
arrayCount int
sendPushFinished SendPushFinished
Результат void

addTag() публичный метод

public addTag ( string key, string param ) : void
key string
param string
Результат void

methodApplicasaPushNotification() публичный статический метод

public static methodApplicasaPushNotification ( string val ) : void
val string
Результат void

pullMessage() публичный статический метод

public static pullMessage ( int position ) : PushNotification
position int
Результат PushNotification

registerForPushNotification() публичный статический метод

public static registerForPushNotification ( ) : void
Результат void

unRegisterForPushNotification() публичный статический метод

public static unRegisterForPushNotification ( ) : void
Результат void

Описание свойств

badge публичное свойство

public int badge
Результат int

dispatch_time публичное свойство

public int dispatch_time
Результат int

innerPush публичное свойство

public IntPtr,System innerPush
Результат System.IntPtr

message публичное свойство

public string message
Результат string

sound публичное свойство

public string sound
Результат string

tag публичное свойство

public string tag
Результат string

timed публичное свойство

public bool timed
Результат bool

userInfo публичное свойство

public IDictionary userInfo
Результат IDictionary