Share via


Sms.ComposeAsync Method

Definition

Overloads

ComposeAsync()

Opens the default SMS client to allow the user to send the message.

ComposeAsync(SmsMessage)

Opens the default SMS client to allow the user to send the message.

ComposeAsync()

Opens the default SMS client to allow the user to send the message.

public static System.Threading.Tasks.Task ComposeAsync ();

Returns

System.Threading.Tasks.Task

Applies to

ComposeAsync(SmsMessage)

Opens the default SMS client to allow the user to send the message.

public static System.Threading.Tasks.Task ComposeAsync (Xamarin.Essentials.SmsMessage message);

Parameters

message
SmsMessage

The message to send.

Returns

System.Threading.Tasks.Task

Applies to