Enum ShortcutError
Definition
- Namespace:
- Tizen.Applications.Shortcut
- Assembly:
- Tizen.Applications.Shortcut.dll
Enumeration for values of the shortcut response types.
public enum ShortcutError
Fields
| Name | Description |
|---|---|
| Exist | Shortcut is already added. |
| InvalidParameter | Invalid function parameter. |
| IoError | I/O error. |
| None | Successful. |
| NoSpace | There is no space to add a new shortcut. |
| NotExist | Shortcut does not exist. |
| OutOfMemory | Out of memory. |