MSConversation.InsertMessage(MSMessage, Action<NSError>) Method

Definition

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

[Foundation.Export("insertMessage:completionHandler:")]
public virtual void InsertMessage (Messages.MSMessage message, Action<Foundation.NSError> completionHandler);
abstract member InsertMessage : Messages.MSMessage * Action<Foundation.NSError> -> unit
override this.InsertMessage : Messages.MSMessage * Action<Foundation.NSError> -> unit

Parameters

message
MSMessage
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to