Enum PowerTransientState

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.dll

    Enumeration for power transient state.

    public enum PowerTransientState : uint

    Fields

    Name Description
    Resuming

    The second step of transitioning from sleep to normal.

    ResumingEarly

    The first step of transitioning from sleep to normal.

    ResumingLate

    The last step of transitioning from sleep to normal.

    Suspending

    The second step of transitioning from normal to sleep.

    SuspendingEarly

    The first step of transitioning from normal to sleep.

    SuspendingLate

    The last step of transitioning from normal to sleep.

    Extension Methods

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