Class InputMethodDeviceInformation
Definition
- Namespace:
- Tizen.Uix.InputMethod
- Assembly:
- Tizen.Uix.InputMethod.dll
- API Level:
- 4
This class gives the device information, like the name, class, and subclass.
public class InputMethodDeviceInformation
- Inheritance
-
InputMethodDeviceInformation
Properties
View SourceDeviceClass
Gets the device class of the key event.
Declaration
public DeviceClass DeviceClass { get; }
Property Value
Type | Description |
---|---|
DeviceClass |
API Level: 4
View SourceDeviceSubclass
Gets the device subclass of the key event.
Declaration
public DeviceSubclass DeviceSubclass { get; }
Property Value
Type | Description |
---|---|
DeviceSubclass |
API Level: 4
View SourceName
Gets the device name of the key event.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |