Uses of Class
org.robovm.apple.uikit.UIUserNotificationActivationMode
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIUserNotificationActivationMode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIUserNotificationActivationMode Modifier and Type Method Description UIUserNotificationActivationModeUIMutableUserNotificationAction. getActivationMode()Deprecated.UIUserNotificationActivationModeUIUserNotificationAction. getActivationMode()Deprecated.static UIUserNotificationActivationModeUIUserNotificationActivationMode. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static UIUserNotificationActivationModeUIUserNotificationActivationMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static UIUserNotificationActivationMode[]UIUserNotificationActivationMode. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIUserNotificationActivationMode Modifier and Type Method Description voidUIMutableUserNotificationAction. setActivationMode(UIUserNotificationActivationMode v)Deprecated.voidUIUserNotificationAction. setActivationMode(UIUserNotificationActivationMode v)Deprecated.