DeviceSmsInfo
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Represents information about the device's SMS (Short ReceivedMessage Service) capabilities. This class provides properties to check if specific SMS-related features are supported by the device.
- C#
- VB.NET
public class DeviceSmsInfo : DeviceInfoBase
Public Class DeviceSmsInfo
Inherits DeviceInfoBase
Access this class through the Info singleton.
Constructors
DeviceSmsInfo()
Initializes a new instance of the DeviceSmsInfo class.
Properties
IsComposeSupported
Boolean: Gets a value indicating whether SMS composition is supported on the device.
Methods
OnWebUpdate(info)
Updates the SMS capability information.
| Parameter | Type | Description |
|---|---|---|
| info | Object | Dynamic object containing SMS support information. |