| Package | com.adobe.mediacore.notifications |
| Class | public class Notification |
| Inheritance | Notification Object |
| Subclasses | MediaError, MediaInfo, MediaWarning |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
toString():String | Notification | ||
| code | property |
code:uint [read-only] The code of the notification. It should be a code listed in NotificationCodes.
public function get code():uint| description | property |
description:String [read-only] A string describing the notification. Each code has an associated description in NotificationCodes.
public function get description():String| innerNotification | property |
innerNotification:NotificationThe cause of this notification. It may be null if there is no lower-level cause for this notification.
public function get innerNotification():Notification public function set innerNotification(value:Notification):void| metadata | property |
metadata:MetadataMetadata containing relevant information about the notification. In case no such information is available, an empty Metadata object will be returned.
public function get metadata():Metadata public function set metadata(value:Metadata):void| type | property |
type:String [read-only] The type of the notification. It should be assigned to a static member in NotificationTypes
public function get type():String| toString | () | method |
public function toString():StringReturns
String |