Package | com.adobe.mediacore.notifications |
Class | public class Notification |
Inheritance | Notification ![]() |
Subclasses | MediaError |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Notification(type:String, code:int, metadata:Metadata = null, innerNotification:Notification = null) | Notification | ||
toString():String
Returns a
| Notification |
code | property |
code:int
[read-only] public function get code():int
description | property |
description:String
[read-only] public function get description():String
innerNotification | property |
innerNotification:Notification
[read-only] public function get innerNotification():Notification
metadata | property |
type | property |
type:String
[read-only] public function get type():String
Notification | () | Constructor |
public function Notification(type:String, code:int, metadata:Metadata = null, innerNotification:Notification = null)
type:String | |
code:int | |
metadata:Metadata (default = null )
| |
innerNotification:Notification (default = null )
|
toString | () | method |
public function toString():String
Returns a
ReturnsString — |