Uses of Class
org.robovm.apple.uikit.UIUserNotificationType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIUserNotificationType in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UIUserNotificationType Modifier and Type Field Description static UIUserNotificationTypeUIUserNotificationType. AlertDeprecated.static UIUserNotificationTypeUIUserNotificationType. BadgeDeprecated.static UIUserNotificationTypeUIUserNotificationType. NoneDeprecated.static UIUserNotificationTypeUIUserNotificationType. SoundDeprecated.Methods in org.robovm.apple.uikit that return UIUserNotificationType Modifier and Type Method Description protected UIUserNotificationType[]UIUserNotificationType. _values()Deprecated.UIUserNotificationTypeUIUserNotificationSettings. getTypes()Deprecated.static UIUserNotificationType[]UIUserNotificationType. values()Deprecated.protected UIUserNotificationTypeUIUserNotificationType. wrap(long value, long mask)Deprecated.Methods in org.robovm.apple.uikit with parameters of type UIUserNotificationType Modifier and Type Method Description protected static longUIUserNotificationSettings. create(UIUserNotificationType types, NSSet<UIUserNotificationCategory> categories)Deprecated.Constructors in org.robovm.apple.uikit with parameters of type UIUserNotificationType Constructor Description UIUserNotificationSettings(UIUserNotificationType types, NSSet<UIUserNotificationCategory> categories)Deprecated.