Skip to main content

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.

public class DeviceSmsInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Instance memberDeviceSmsInfo()

Initializes a new instance of the DeviceSmsInfo class.

Properties

Instance memberIsComposeSupported

Boolean: Gets a value indicating whether SMS composition is supported on the device.

Methods

Instance memberOnWebUpdate(info)

Updates the SMS capability information.

ParameterTypeDescription
infoObjectDynamic object containing SMS support information.