DeviceInfo

Wisej.Hybrid.DeviceInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides information about the Hybrid client.

public class DeviceInfo

Properties

AppActions

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.

Battery

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

Colors

DeviceColors: Provides information about system colors.

Display

DisplayInfo: Provides information about the device's display.

Email

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.

FileSystem

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

HapticFeedback

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

License

DeviceLicenseInfo: Provides information about the hybrid license.

LocalNotification

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

Networking

DeviceNetworkingInfo: Provides information about the device network status.

Sensors

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

Sms

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.

System

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

Versioning

DeviceVersioningInfo: Provides information about the application version.

Vibration

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

Windows

DeviceWindowsInfo: Provides information about the current app window.

Methods

Use<T>()

Gets the given member or extension.

Parameter
Type
Description

T

The type of the member or extension.

Returns: T. The member or extension.

Last updated