Class UNNotificationActionOptions


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

      Fields 
      Modifier and Type Field Description
      static long AuthenticationRequired
      Whether this action should require unlocking before being performed.
      static long Destructive
      Whether this action should be indicated as destructive.
      static long Foreground
      Whether this action should cause the application to launch in the foreground.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AuthenticationRequired

        public static final long AuthenticationRequired
        Whether this action should require unlocking before being performed.
        See Also:
        Constant Field Values
      • Destructive

        public static final long Destructive
        Whether this action should be indicated as destructive.
        See Also:
        Constant Field Values
      • Foreground

        public static final long Foreground
        Whether this action should cause the application to launch in the foreground.
        See Also:
        Constant Field Values