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 DeviceSmsPublic Class DeviceSmsAccess 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
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