Enum ServiceLifecycleState

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UnitedService.dll

    Enumeration for the lifecycle state of the service.

    public enum ServiceLifecycleState

    Fields

    Name Description
    Created

    The created state. This state is set when the service is created. The 'OnCreate()' method of the service is called.

    Destroyed

    The destroyed state. This state is set when the service is destroyed. The 'OnDestroy()' method of the service is called.

    Initialized

    The initialized state. This state is set when the service is initialized. The constructor of the service is called.

    Running

    The running state.

    Extension Methods

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