Class UIUserNotificationActivationMode


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

      Fields 
      Modifier and Type Field Description
      static long Background
      activates the application in the background, unless it's already in the foreground
      static long Foreground
      activates the application 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

      • Foreground

        public static final long Foreground
        activates the application in the foreground
        See Also:
        Constant Field Values
      • Background

        public static final long Background
        activates the application in the background, unless it's already in the foreground
        See Also:
        Constant Field Values