UIUserNotificationActionBehavior Enum

Definition

Enumerates whether the user may respond to a user notification with text input.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNNotificationAction' or 'UNTextInputNotificationAction' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserNotificationActionBehavior
type UIUserNotificationActionBehavior = 
Inheritance
UIUserNotificationActionBehavior
Attributes

Fields

Default 0

The user may not respond to the notification with text input.

TextInput 1

The user may not respond to the notification with text input.

Applies to