Package | com.myflashlab.air.extensions.onesignal |
Class | public class DisplayType |
Inheritance | DisplayType Object |
Method | Defined By | ||
---|---|---|---|
DisplayType |
Constant | Defined By | ||
---|---|---|---|
IN_APP_ALERT : int = 1 [static] Default UIAlertView display | DisplayType | ||
NONE : int = 0 [static] Notification is silent, or app is in focus but InAppAlertNotifications are disabled | DisplayType | ||
NOTIFICATION : int = 2 [static] iOS native notification display | DisplayType |
DisplayType | () | Constructor |
public function DisplayType()
IN_APP_ALERT | Constant |
public static const IN_APP_ALERT:int = 1
Default UIAlertView display
NONE | Constant |
public static const NONE:int = 0
Notification is silent, or app is in focus but InAppAlertNotifications are disabled
NOTIFICATION | Constant |
public static const NOTIFICATION:int = 2
iOS native notification display