Package apple.usernotifications.enums
Class UNShowPreviewsSetting
- java.lang.Object
-
- apple.usernotifications.enums.UNShowPreviewsSetting
-
public final class UNShowPreviewsSetting extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlwaysNotification previews are always shown.static longNeverNotifications previews are never shown.static longWhenAuthenticatedNotifications previews are only shown when authenticated.
-
-
-
Field Detail
-
Always
public static final long Always
Notification previews are always shown.- See Also:
- Constant Field Values
-
WhenAuthenticated
public static final long WhenAuthenticated
Notifications previews are only shown when authenticated.- See Also:
- Constant Field Values
-
Never
public static final long Never
Notifications previews are never shown.- See Also:
- Constant Field Values
-
-