DeviceSms
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides methods for composing SMS messages on the client device.
- C#
- VB.NET
public class DeviceSms
Public Class DeviceSms
Access this class through the Device singleton.
Constructors
DeviceSms()
Initializes a new instance of DeviceSms.
Properties
IsComposeSupported
Boolean: Gets a value indicating whether the client device supports composing SMS messages.
Methods
Compose(sms)
Composes and sends a new SMS message on the client device.
| Parameter | Type | Description |
|---|---|---|
| sms | SmsMessage | 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.