Enum DataLoaderLifecycleState

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.UIGadget.dll

    Enumeration for the lifecycle state of the DataLoader.

    public enum DataLoaderLifecycleState

    Fields

    Name Description
    Created

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

    Destroyed

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

    Initialized

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

    Running

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

    Extension Methods

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