Enum ApplicationComponentType
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Enumeration for application component type.
public enum ApplicationComponentType
Fields
| Name | Description |
|---|---|
| ComponentBasedApplication | Component type is component-based application. |
| ServiceApplication | Component type is service application. |
| UIApplication | Component type is ui application. |
| WatchApplication | Component type is watch application. |
| WidgetApplication | Component type is widget application. |