Package | com.tuarua.onesignal.events |
Class | public class NotificationEvent |
Inheritance | NotificationEvent ![]() |
Property | Defined By | ||
---|---|---|---|
notification : OSNotification | NotificationEvent | ||
result : OSNotificationOpenResult | NotificationEvent |
Method | Defined By | ||
---|---|---|---|
NotificationEvent(type:String, result:OSNotificationOpenResult = null, notification:OSNotification = null, bubbles:Boolean = false, cancelable:Boolean = false) | NotificationEvent | ||
clone():Event [override] | NotificationEvent | ||
toString():String [override] | NotificationEvent |
Constant | Defined By | ||
---|---|---|---|
OPENED : String = NotificationEvent.Opened [static] | NotificationEvent | ||
RECEIVED : String = NotificationEvent.Received [static] | NotificationEvent |
notification | property |
public var notification:OSNotification
result | property |
public var result:OSNotificationOpenResult
NotificationEvent | () | Constructor |
public function NotificationEvent(type:String, result:OSNotificationOpenResult = null, notification:OSNotification = null, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
result:OSNotificationOpenResult (default = null )
| |
notification:OSNotification (default = null )
| |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
toString | () | method |
override public function toString():String
ReturnsString |
OPENED | Constant |
public static const OPENED:String = NotificationEvent.Opened
RECEIVED | Constant |
public static const RECEIVED:String = NotificationEvent.Received