Enum ShortcutError

Definition

Namespace:
Tizen.Applications.Shortcut
Assembly:
Tizen.Applications.Shortcut.dll
API Level:
4

Enumeration for values of the shortcut response types.

C#
Copy
public enum ShortcutError
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.