C# Class Applicasa.PushNotification

Datei anzeigen Open project: Applicasa/Sample-App-Unity Class Usage Examples

Public Properties

Property Type Description
badge int
dispatch_time int
innerPush System.IntPtr
message string
sound string
tag string
timed bool
userInfo IDictionary

Public Methods

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

Private Methods

Method 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 method

public static ClearRemoteNotifications ( ) : void
return void

PendingNotificationCount() public static method

public static PendingNotificationCount ( ) : int
return int

PushNotification() public method

public PushNotification ( ) : System
return System

PushNotification() public method

public PushNotification ( string message, string sound, int badge ) : System
message string
sound string
badge int
return System

PushNotification() public method

public PushNotification ( string message, string sound, int badge, int dispatchInMin ) : System
message string
sound string
badge int
dispatchInMin int
return System

Send() public method

public Send ( Applicasa.User users, int arrayCount, SendPushFinished sendPushFinished ) : void
users Applicasa.User
arrayCount int
sendPushFinished SendPushFinished
return void

addTag() public method

public addTag ( string key, string param ) : void
key string
param string
return void

methodApplicasaPushNotification() public static method

public static methodApplicasaPushNotification ( string val ) : void
val string
return void

pullMessage() public static method

public static pullMessage ( int position ) : PushNotification
position int
return PushNotification

registerForPushNotification() public static method

public static registerForPushNotification ( ) : void
return void

unRegisterForPushNotification() public static method

public static unRegisterForPushNotification ( ) : void
return void

Property Details

badge public_oe property

public int badge
return int

dispatch_time public_oe property

public int dispatch_time
return int

innerPush public_oe property

public IntPtr,System innerPush
return System.IntPtr

message public_oe property

public string message
return string

sound public_oe property

public string sound
return string

tag public_oe property

public string tag
return string

timed public_oe property

public bool timed
return bool

userInfo public_oe property

public IDictionary userInfo
return IDictionary