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

Definition

[Foundation.Export("sendText:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SendText (string text, Action<Foundation.NSError> completionHandler);
abstract member SendText : string * Action<Foundation.NSError> -> unit
override this.SendText : string * Action<Foundation.NSError> -> unit

Parameters

text
String
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to