Class UIUserNotificationType


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

      Fields 
      Modifier and Type Field Description
      static long Alert
      the application may display an alert upon a notification being received
      static long Badge
      the application may badge its icon upon a notification being received
      static long None
      the application may not present any UI upon a notification being received
      static long Sound
      the application may play a sound upon a notification being received
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        the application may not present any UI upon a notification being received
        See Also:
        Constant Field Values
      • Badge

        public static final long Badge
        the application may badge its icon upon a notification being received
        See Also:
        Constant Field Values
      • Sound

        public static final long Sound
        the application may play a sound upon a notification being received
        See Also:
        Constant Field Values
      • Alert

        public static final long Alert
        the application may display an alert upon a notification being received
        See Also:
        Constant Field Values