Sms Class

Definition

The SMS API enables an application to open the default SMS application with a specified message to send to a recipient.

public ref class Sms abstract sealed
public static class Sms
type Sms = class
Public Class Sms
Inheritance
Sms

Remarks

When using this on Android targeting Android 11 (R API 30) you must update your Android Manifest with queries that are used with the new package visibility requirements. See the conceptual docs for more information.

Properties

Default

Provides the default implementation for static usage of this API.

Methods

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.

Applies to