DeviceSmsInfo

Wisej.Hybrid.DeviceSmsInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

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

Initializes a new instance of the DeviceSmsInfo class.

Properties

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

Methods

Updates the SMS capability information.

ParameterTypeDescription

info

Dynamic object containing SMS support information.

Last updated