UIUserNotificationAction.Behavior Property

Definition

Holds the type of user response action allowed (that is, whether text input it allowed).

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIUserNotificationActionBehavior Behavior { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("behavior", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.NotImplemented] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.Behavior : UIKit.UIUserNotificationActionBehavior with get, set

Property Value

Attributes

Applies to