Class UNShowPreviewsSetting


  • public final class UNShowPreviewsSetting
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Always
      Notification previews are always shown.
      static long Never
      Notifications previews are never shown.
      static long WhenAuthenticated
      Notifications previews are only shown when authenticated.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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