DeviceSms

Wisej.Hybrid.DeviceSms

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides methods for composing SMS messages on the client device.

public class DeviceSms

Access this class through the Device singleton.

Constructors

Initializes a new instance of DeviceSms.

Properties

Boolean: Gets a value indicating whether the client device supports composing SMS messages.

Methods

Composes and sends a new SMS message on the client device.

ParameterTypeDescription

sms

The SMS message to be composed and sent.

This method allows you to compose and send an SMS message on the client device. Ensure that the necessary permissions and configuration are in place for sending SMS messages.

Last updated