WKInterfaceController.DismissTextInputController Method
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.
Cancels text input and dismisses the text input controller.
[Foundation.Export("dismissTextInputController")]
public virtual void DismissTextInputController ();
abstract member DismissTextInputController : unit -> unit
override this.DismissTextInputController : unit -> unit
- Attributes
Remarks
Calling this method cancels text input and prevents the completion handler specified in PresentTextInputControllerAsync(String[], WKTextInputMode) from running.