UIRemoteNotificationType Enum

Definition

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

Alert 4

The app accepts alert messages as notifications.

Badge 1

The app accepts notifications that badge the app's icon.

NewsstandContentAvailability 8

The app accepts notifications that trigger the downloading of issue assets in a Newsstand app.

None 0

The app accepts no notifications.

Sound 2

The app accepts alert sounds as notifications.

Applies to