Class ISN_UNAuthorizationOptions
Constants for requesting authorization to interact with the user.
Inheritance
System.Object
ISN_UNAuthorizationOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.UserNotifications
Assembly: cs.temp.dll.dll
Syntax
public static class ISN_UNAuthorizationOptions
Fields
Alert
The ability to display alerts.
Declaration
public const int Alert = 4
Field Value
Type | Description |
---|---|
System.Int32 |
Badge
The ability to update the app’s badge.
Declaration
public const int Badge = 1
Field Value
Type | Description |
---|---|
System.Int32 |
CarPlay
The ability to display notifications in a CarPlay environment.
Declaration
public const int CarPlay = 8
Field Value
Type | Description |
---|---|
System.Int32 |
Sound
The ability to play sounds.
Declaration
public const int Sound = 2
Field Value
Type | Description |
---|---|
System.Int32 |