Property | Defined By | ||
---|---|---|---|
message : String [read-only] | NotificationOptions | ||
notificationId : int [read-only] | NotificationOptions | ||
timeout : String [read-only] | NotificationOptions | ||
url : String [read-only] | NotificationOptions |
Method | Defined By | ||
---|---|---|---|
NotificationOptions(url:String, message:String = null, timeout:String = never) | NotificationOptions |
message | property |
message:String
[read-only] public function get message():String
notificationId | property |
notificationId:int
[read-only] public function get notificationId():int
timeout | property |
timeout:String
[read-only] public function get timeout():String
url | property |
url:String
[read-only] public function get url():String
NotificationOptions | () | Constructor |
public function NotificationOptions(url:String, message:String = null, timeout:String = never)
url:String | |
message:String (default = null )
| |
timeout:String (default = never )
|