Enum OneShotServiceLifecycleState

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.Gadget.dll

    Enumeration for the lifecycle state of the OneShotService.

    public enum OneShotServiceLifecycleState

    Fields

    Name Description
    Created

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

    Destroyed

    The destroyed state. This state is set when the OneShotService is destroyed. The 'OnDestroyed()' method of the OneShotService is called.

    Initialized

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

    Running

    The running state. This state is set when the OneShotService is running. The 'Run()' method of the OneShotService is called.

    Extension Methods

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