Class UIUserNotificationActionBehavior


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

      Fields 
      Modifier and Type Field Description
      static long Default
      the default action behavior
      static long TextInput
      system provided action behavior, allows text input from the user
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • TextInput

        public static final long TextInput
        system provided action behavior, allows text input from the user
        See Also:
        Constant Field Values