Packagecom.adobe.mediacore.notifications
Classpublic class MediaWarning
InheritanceMediaWarning Inheritance Notification Inheritance Object

Extends the Notification class and sets the type member only to WARNING value. This class can be used to instantiate only warning notifications.

See also

com.adobe.mediacore.notifications.Notification


Public Properties
 PropertyDefined By
 Inheritedcode : uint
[read-only] The code of the notification.
Notification
 Inheriteddescription : String
[read-only] A string describing the notification.
Notification
 InheritedinnerNotification : Notification
The cause of this notification.
Notification
 Inheritedmetadata : Metadata
Metadata containing relevant information about the notification.
Notification
 Inheritedtype : String
[read-only] The type of the notification.
Notification
Public Methods
 MethodDefined By
  
MediaWarning(code:uint, metadata:Metadata = null, innerNotification:Notification = null)
MediaWarning
 Inherited
toString():String
Notification
Constructor Detail
MediaWarning()Constructor
public function MediaWarning(code:uint, metadata:Metadata = null, innerNotification:Notification = null)



Parameters
code:uint
 
metadata:Metadata (default = null)
 
innerNotification:Notification (default = null)