UNTextInputNotificationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
System-created object that contains a user response to a UNTextInputNotificationAction.
[Foundation.Register("UNTextInputNotificationResponse", true)]
public class UNTextInputNotificationResponse : UserNotifications.UNNotificationResponse
[<Foundation.Register("UNTextInputNotificationResponse", true)>]
type UNTextInputNotificationResponse = class
inherit UNNotificationResponse
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| UNTextInputNotificationResponse(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UNTextInputNotificationResponse(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| UNTextInputNotificationResponse(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| ActionIdentifier |
Gets the action identifer that tells what the user did in response to the notification. (Inherited from UNNotificationResponse) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsCustomAction | (Inherited from UNNotificationResponse) |
| IsDefaultAction | (Inherited from UNNotificationResponse) |
| IsDirectBinding | (Inherited from NSObject) |
| IsDismissAction | (Inherited from UNNotificationResponse) |
| IsProxy | (Inherited from NSObject) |
| Notification |
Gets the notification to which the user responded. (Inherited from UNNotificationResponse) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TargetScene | (Inherited from UNNotificationResponse) |
| UserText |
Gets the text that the user entered. |
| Zone | (Inherited from NSObject) |