Enum AppControlReplyResult
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Enumeration for the application control result.
public enum AppControlReplyResult
Fields
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. |