Skip to main content

DeviceSms

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides methods for composing SMS messages on the client device.

public class DeviceSms

Access this class through the Device singleton.

Constructors​

Instance memberDeviceSms()​

Initializes a new instance of DeviceSms.

Properties​

Instance memberIsComposeSupported​

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

Methods​

Instance memberCompose(sms)​

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

ParameterTypeDescription
smsSmsMessageThe 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.