Package org.robovm.apple.uikit
Class UIUserNotificationType
- All Implemented Interfaces:
Comparable<UIUserNotificationType>,Iterable<UIUserNotificationType>
@Deprecated public final class UIUserNotificationType extends Bits<UIUserNotificationType>
Deprecated.
Deprecated in iOS 10.0. Use UserNotifications Framework's UNAuthorizationOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static UIUserNotificationTypeAlertDeprecated.static UIUserNotificationTypeBadgeDeprecated.static UIUserNotificationTypeNoneDeprecated.static UIUserNotificationTypeSoundDeprecated. -
Constructor Summary
Constructors Constructor Description UIUserNotificationType(long value)Deprecated. -
Method Summary
Modifier and Type Method Description protected UIUserNotificationType[]_values()Deprecated.static UIUserNotificationType[]values()Deprecated.protected UIUserNotificationTypewrap(long value, long mask)Deprecated.
-
Field Details
-
None
Deprecated. -
Badge
Deprecated. -
Sound
Deprecated. -
Alert
Deprecated.
-
-
Constructor Details
-
UIUserNotificationType
public UIUserNotificationType(long value)Deprecated.
-
-
Method Details
-
wrap
Deprecated.- Specified by:
wrapin classBits<UIUserNotificationType>
-
_values
Deprecated.- Specified by:
_valuesin classBits<UIUserNotificationType>
-
values
Deprecated.
-