NSRemoteNotificationType Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSRemoteNotificationType
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSRemoteNotificationType = 
Inheritance
NSRemoteNotificationType
Attributes

Fields

Name Value Description
None 0
Badge 1
Sound 2
Alert 4

Applies to