Share via


UIUserNotificationActionBehavior Enum

Definition

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

[ObjCRuntime.Native]
public enum UIUserNotificationActionBehavior
[<ObjCRuntime.Native>]
type UIUserNotificationActionBehavior = 
Inheritance
UIUserNotificationActionBehavior
Attributes

Fields

Name Value Description
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