Enum CommandType
Definition
- Namespace:
- Tizen.Uix.VoiceControlManager
- Assembly:
- Tizen.Uix.VoiceControlManager.dll
Enumeration for the command type.
public enum CommandType
Fields
| Name | Description |
|---|---|
| Background | background command type |
| Exclusive | exclusive command type |
| Foreground | foreground command type |
| System | system command type |
| SystemBackground | system background command type |
| Undefined | Undefined command |
| Widget | widget command type |