UIRemoteNotificationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of remote notification types.
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UIRemoteNotificationType
type UIRemoteNotificationType =
- Inheritance
-
UIRemoteNotificationType
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The app accepts no notifications. |
Badge | 1 | The app accepts notifications that badge the app's icon. |
Sound | 2 | The app accepts alert sounds as notifications. |
Alert | 4 | The app accepts alert messages as notifications. |
NewsstandContentAvailability | 8 | The app accepts notifications that trigger the downloading of issue assets in a Newsstand app. |