Package apple.uikit.enums
Class UIUserNotificationActivationMode
- java.lang.Object
-
- apple.uikit.enums.UIUserNotificationActivationMode
-
public final class UIUserNotificationActivationMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBackgroundactivates the application in the background, unless it's already in the foregroundstatic longForegroundactivates the application in the foreground
-
-
-
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
-
-