MSConversation.InsertText(String, Action<NSError>) Method

Definition

Adds the text to the conversation and then calls the completionHandler.

[Foundation.Export("insertText:completionHandler:")]
public virtual void InsertText (string text, Action<Foundation.NSError> completionHandler);
abstract member InsertText : string * Action<Foundation.NSError> -> unit
override this.InsertText : string * Action<Foundation.NSError> -> unit

Parameters

text
String
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to