Class UIUserNotificationActionContext


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

      Fields 
      Modifier and Type Field Description
      static long Default
      the default context of a notification action
      static long Minimal
      the context of a notification action when space is limited
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Default

        public static final long Default
        the default context of a notification action
        See Also:
        Constant Field Values
      • Minimal

        public static final long Minimal
        the context of a notification action when space is limited
        See Also:
        Constant Field Values