| Package | com.tuarua.onesignal |
| Class | public final class OSNotificationDisplayType |
| Inheritance | OSNotificationDisplayType Object |
| Constant | Defined By | ||
|---|---|---|---|
| inAppAlert : uint = 1 [static] Default Native Alert View display (note this is not an In-App Message) | OSNotificationDisplayType | ||
| none : uint = 0 [static] Notification is silent, or app is in focus but InAppAlertNotifications are disabled. | OSNotificationDisplayType | ||
| notification : uint = 2 [static] Native native notification display. | OSNotificationDisplayType | ||
| inAppAlert | Constant |
public static const inAppAlert:uint = 1Default Native Alert View display (note this is not an In-App Message)
| none | Constant |
public static const none:uint = 0Notification is silent, or app is in focus but InAppAlertNotifications are disabled.
| notification | Constant |
public static const notification:uint = 2Native native notification display.