Packagenet.flashplusplus.Snapdragon.NotificationCenter.events
Classpublic class SDNotificationEvent
InheritanceSDNotificationEvent Inheritance flash.events.Event

SDNotificationEvent is an event object dispatched by notification center events.



Public Properties
 PropertyDefined By
  notification : SDLocalNotification
[read-only] The SDLocalNotification object the event belongs to.
SDNotificationEvent
Public Methods
 MethodDefined By
  
SDNotificationEvent(type:String, id:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor of SDNotificationEvent class.
SDNotificationEvent
Public Constants
 ConstantDefined By
  NOTIFICATION_RECEIVED : String = NOTIFICATION_RECEIVED
[static]
SDNotificationEvent
Property Detail
notificationproperty
notification:SDLocalNotification  [read-only]

The SDLocalNotification object the event belongs to.


Implementation
    public function get notification():SDLocalNotification
Constructor Detail
SDNotificationEvent()Constructor
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)
Constant Detail
NOTIFICATION_RECEIVEDConstant
public static const NOTIFICATION_RECEIVED:String = NOTIFICATION_RECEIVED