Skip to main content

DeviceInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides information about the Hybrid client.

public class DeviceInfo

Properties

Instance memberAppActions

DeviceAppActionsInfo: Represents information related to the application's startup action.

App Actions allow applications to expose functionality to be used when the app is launched. Inherits from DeviceInfoBase.

Instance memberBattery

DeviceBatteryInfo: Provides detailed information about the device's battery.

Instance memberColors

DeviceColors: Provides information about system colors.

Instance memberDisplay

DisplayInfo: Provides information about the device's display.

Instance memberEmail

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.

Instance memberFileSystem

FileSystemInfo: Provides information about the file system directories relevant to the application.

Instance memberHapticFeedback

DeviceHapticFeedbackInfo: Provides information about the device's haptic feedback capabilities.

Instance memberLicense

DeviceLicenseInfo: Provides information about the hybrid license.

Instance memberLocalNotification

DeviceLocalNotificationInfo: Provides information about the last-clicked or startup local notification on the device.

Instance memberNetworking

DeviceNetworkingInfo: Provides information about the device network status.

Instance memberSensors

DeviceSensorInfo: Represents information about device sensors. This class provides properties to check if specific sensors are supported by a device.

Instance memberSms

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.

Instance memberSystem

DeviceSystemInfo: Provides information related to the Hybrid client's system.

Instance memberVersioning

DeviceVersioningInfo: Provides information about the application version.

Instance memberVibration

DeviceVibrationInfo: Provides information about the device's vibration capabilities.

Instance memberWindows

DeviceWindowsInfo: Provides information about the current app window.

Methods

Instance memberUse<T>()

Gets the given member or extension.

ParameterTypeDescription
TThe type of the member or extension.

Returns: T. The member or extension.