UIUserNotificationAction.ResponseTypedTextKey Property

Definition

Developers should not use this deprecated property. Developers should use 'UNTextInputNotificationResponse.UserText' instead.

[Foundation.Field("UIUserNotificationActionResponseTypedTextKey", "UIKit")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNTextInputNotificationResponse.UserText' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString ResponseTypedTextKey { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'UNTextInputNotificationResponse.UserText' instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ResponseTypedTextKey : Foundation.NSString

Property Value

Attributes

Applies to