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



Public Properties
 PropertyDefined By
  code : int
[read-only]
Notification
  description : String
[read-only]
Notification
  innerNotification : Notification
[read-only]
Notification
  metadata : Metadata
[read-only]
Notification
  type : String
[read-only]
Notification
Public Methods
 MethodDefined By
  
Notification(type:String, code:int, metadata:Metadata = null, innerNotification:Notification = null)
Notification
  
toString():String
Returns a
Notification
Property Detail
codeproperty
code:int  [read-only]


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


Implementation
    public function get description():String
innerNotificationproperty 
innerNotification:Notification  [read-only]


Implementation
    public function get innerNotification():Notification
metadataproperty 
metadata:Metadata  [read-only]


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


Implementation
    public function get type():String
Constructor Detail
Notification()Constructor
public function Notification(type:String, code:int, metadata:Metadata = null, innerNotification:Notification = null)



Parameters
type:String
 
code:int
 
metadata:Metadata (default = null)
 
innerNotification:Notification (default = null)
Method Detail
toString()method
public function toString():String

Returns a

Returns
String