Enum ApplicationComponentType

    Definition

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

    Enumeration for application component type.

    public enum ApplicationComponentType

    Fields

    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<ApplicationComponentType>(ApplicationComponentType, string)
    Extensions.LoadFromXaml<ApplicationComponentType>(ApplicationComponentType, string)
    Extensions.LoadFromXaml<ApplicationComponentType>(ApplicationComponentType, Type)
    Extensions.LoadFromXamlFile<ApplicationComponentType>(ApplicationComponentType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX