C# Class Applicasa.PushNotification

Afficher le fichier Open project: Applicasa/Sample-App-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
badge int
dispatch_time int
innerPush System.IntPtr
message string
sound string
tag string
timed bool
userInfo IDictionary

Méthodes publiques

Méthode 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 ) : PushNotification
registerForPushNotification ( ) : void
unRegisterForPushNotification ( ) : void

Private Methods

Méthode Description
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

Method Details

ClearRemoteNotifications() public static méthode

public static ClearRemoteNotifications ( ) : void
Résultat void

PendingNotificationCount() public static méthode

public static PendingNotificationCount ( ) : int
Résultat int

PushNotification() public méthode

public PushNotification ( ) : System
Résultat System

PushNotification() public méthode

public PushNotification ( string message, string sound, int badge ) : System
message string
sound string
badge int
Résultat System

PushNotification() public méthode

public PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System
message string
sound string
badge int
dispatchInMin int
Résultat System

Send() public méthode

public Send ( Applicasa.User users, int arrayCount, SendPushFinished sendPushFinished ) : void
users Applicasa.User
arrayCount int
sendPushFinished SendPushFinished
Résultat void

addTag() public méthode

public addTag ( string key, string param ) : void
key string
param string
Résultat void

methodApplicasaPushNotification() public static méthode

public static methodApplicasaPushNotification ( string val ) : void
val string
Résultat void

pullMessage() public static méthode

public static pullMessage ( int position ) : PushNotification
position int
Résultat PushNotification

registerForPushNotification() public static méthode

public static registerForPushNotification ( ) : void
Résultat void

unRegisterForPushNotification() public static méthode

public static unRegisterForPushNotification ( ) : void
Résultat void

Property Details

badge public_oe property

public int badge
Résultat int

dispatch_time public_oe property

public int dispatch_time
Résultat int

innerPush public_oe property

public IntPtr,System innerPush
Résultat System.IntPtr

message public_oe property

public string message
Résultat string

sound public_oe property

public string sound
Résultat string

tag public_oe property

public string tag
Résultat string

timed public_oe property

public bool timed
Résultat bool

userInfo public_oe property

public IDictionary userInfo
Résultat IDictionary