Enum AppControlReplyResult
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 3
Enumeration for the application control result.
C#Copypublic enum AppControlReplyResult
Name | Description |
---|---|
AppStarted | The callee application launched actually. |
Canceled | The operation canceled by the platform. |
Failed | The operation failed by the callee. |
Succeeded | The operation succeeded. |