SDNotificationEvent is an event object dispatched by notification center events.
notification:SDLocalNotification
[read-only]
The SDLocalNotification object the event belongs to.
Implementation public function get notification():SDLocalNotification
public function SDNotificationEvent(type:String, id:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor of SDNotificationEvent class.
Parameters | type:String — is the id of the notification the event belongs to.
|
|
| id:String |
|
| bubbles:Boolean (default = false )
|
|
| cancelable:Boolean (default = false )
|
public static const NOTIFICATION_RECEIVED:String = NOTIFICATION_RECEIVED
Tue Apr 15 2014, 10:55 AM +02:00