Package org.robovm.apple.uikit
Class UIRemoteNotificationType
- All Implemented Interfaces:
Comparable<UIRemoteNotificationType>,Iterable<UIRemoteNotificationType>
@Deprecated public final class UIRemoteNotificationType extends Bits<UIRemoteNotificationType>
Deprecated.
Deprecated in iOS 8.0. Use UserNotifications Framework's UNAuthorizationOptions for user notifications and registerForRemoteNotifications for receiving remote notifications instead.
-
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 UIRemoteNotificationTypeAlertDeprecated.static UIRemoteNotificationTypeBadgeDeprecated.static UIRemoteNotificationTypeNewsstandContentAvailabilityDeprecated.static UIRemoteNotificationTypeNoneDeprecated.static UIRemoteNotificationTypeSoundDeprecated. -
Constructor Summary
Constructors Constructor Description UIRemoteNotificationType(long value)Deprecated. -
Method Summary
Modifier and Type Method Description protected UIRemoteNotificationType[]_values()Deprecated.static UIRemoteNotificationType[]values()Deprecated.protected UIRemoteNotificationTypewrap(long value, long mask)Deprecated.
-
Field Details
-
None
Deprecated. -
Badge
Deprecated. -
Sound
Deprecated. -
Alert
Deprecated. -
NewsstandContentAvailability
Deprecated.
-
-
Constructor Details
-
UIRemoteNotificationType
public UIRemoteNotificationType(long value)Deprecated.
-
-
Method Details
-
wrap
Deprecated.- Specified by:
wrapin classBits<UIRemoteNotificationType>
-
_values
Deprecated.- Specified by:
_valuesin classBits<UIRemoteNotificationType>
-
values
Deprecated.
-