DeviceInfoBase
Namespace: Wisej.Hybrid.Core
Assembly: Wisej.Hybrid
A base class for providing and updating device information.
- C#
- VB.NET
public class DeviceInfoBase
Public Class DeviceInfoBase
Constructors
DeviceInfoBase(handler)
Creates a new instance of DeviceInfoBase with a given handler.
| Name | Type | Description |
|---|---|---|
| handler | String | The info handler. |
Methods
OnWebUpdate(info)
When implemented in a derived class, updates the class with a new state from the client device.
| Parameter | Type | Description |
|---|---|---|
| info | Object | The new config. |
Inherited By
| Name | Description |
|---|---|
| DeviceAppActionsInfo | Represents information related to the application's startup action. |
| DeviceBatteryInfo | Provides detailed information about the device's battery. |
| DeviceColors | Provides information about system colors. |
| DeviceEmailInfo | Represents information about the device's email capabilities. This class provides properties to check if specific email-related features are supported by the device. |
| DeviceNetworkingInfo | Provides information about the device's network status, including network access and connection profiles. |
| DeviceSmsInfo | 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. |
| DisplayInfo | Provides information about the device's screen. |
| FileSystemInfo | Provides information about the file system directories relevant to the application. |
| DeviceHapticFeedbackInfo | Provides information about the device's haptic feedback capabilities. |
| DeviceLicenseInfo | Provides information about the current Hybrid license. |
| DeviceLocalNotificationInfo | Provides information about the last-clicked or startup local notification on the device. |
| DeviceSensorInfo | Represents information about device sensors. This class provides properties to check if specific sensors are supported by a device. |
| DeviceSystemInfo | Provides information related to the device's system. |
| DeviceVersioningInfo | Provides information about the application version. |
| DeviceWindowsInfo | Provides information about the current app window. |