Packagecom.adobe.mediacore.notifications
Classpublic class Notification
InheritanceNotification Inheritance Object
Subclasses MediaError, MediaInfo, MediaWarning



Public Properties
 PropertyDefined By
  code : uint
[read-only] The code of the notification.
Notification
  description : String
[read-only] A string describing the notification.
Notification
  innerNotification : Notification
The cause of this notification.
Notification
  metadata : Metadata
Metadata containing relevant information about the notification.
Notification
  type : String
[read-only] The type of the notification.
Notification
Public Methods
 MethodDefined By
  
toString():String
Notification
Property Detail
codeproperty
code:uint  [read-only]

The code of the notification. It should be a code listed in NotificationCodes.


Implementation
    public function get code():uint
descriptionproperty 
description:String  [read-only]

A string describing the notification. Each code has an associated description in NotificationCodes.


Implementation
    public function get description():String
innerNotificationproperty 
innerNotification:Notification

The cause of this notification. It may be null if there is no lower-level cause for this notification.


Implementation
    public function get innerNotification():Notification
    public function set innerNotification(value:Notification):void
metadataproperty 
metadata:Metadata

Metadata containing relevant information about the notification. In case no such information is available, an empty Metadata object will be returned.


Implementation
    public function get metadata():Metadata
    public function set metadata(value:Metadata):void
typeproperty 
type:String  [read-only]

The type of the notification. It should be assigned to a static member in NotificationTypes


Implementation
    public function get type():String
Method Detail
toString()method
public function toString():String

Returns
String