Enum ApplicationComponentType

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll

Enumeration for application component type.

C#
Copy
public enum ApplicationComponentType
Name Description
ComponentBasedApplication

The component-based application component type.

ServiceApplication

The service application component type.

UIApplication

The user interface (UI) application component type.

WatchApplication

The watch application component type.

WidgetApplication

The widget application component type.