Skip to main content

DeviceInfoBase

Namespace: Wisej.Hybrid.Core

Assembly: Wisej.Hybrid

A base class for providing and updating device information.

public class DeviceInfoBase

Constructors

Instance memberDeviceInfoBase(handler)

Creates a new instance of DeviceInfoBase with a given handler.

NameTypeDescription
handlerStringThe info handler.

Methods

Instance memberOnWebUpdate(info)

When implemented in a derived class, updates the class with a new state from the client device.

ParameterTypeDescription
infoObjectThe new config.

Inherited By

NameDescription
DeviceAppActionsInfoRepresents information related to the application's startup action.
DeviceBatteryInfoProvides detailed information about the device's battery.
DeviceColorsProvides information about system colors.
DeviceEmailInfoRepresents information about the device's email capabilities. This class provides properties to check if specific email-related features are supported by the device.
DeviceNetworkingInfoProvides information about the device's network status, including network access and connection profiles.
DeviceSmsInfoRepresents 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.
DisplayInfoProvides information about the device's screen.
FileSystemInfoProvides information about the file system directories relevant to the application.
DeviceHapticFeedbackInfoProvides information about the device's haptic feedback capabilities.
DeviceLicenseInfoProvides information about the current Hybrid license.
DeviceLocalNotificationInfoProvides information about the last-clicked or startup local notification on the device.
DeviceSensorInfoRepresents information about device sensors. This class provides properties to check if specific sensors are supported by a device.
DeviceSystemInfoProvides information related to the device's system.
DeviceVersioningInfoProvides information about the application version.
DeviceWindowsInfoProvides information about the current app window.