Class PowerTransientStateWaitEventArgs

    Definition

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

    PowerTransientStateWaitEventArgs is an extended EventArgs class. This class contains event arguments for the (PowerTransientState)StateWaitCallback event from the Power class.

    public class PowerTransientStateWaitEventArgs : EventArgs
    Inheritance
    object
    PowerTransientStateWaitEventArgs

    Properties

    View Source

    TransientState

    TransientState indicates transient state to be changed by the transition

    Declaration
    public PowerTransientState TransientState { get; }
    Property Value
    Type Description
    PowerTransientState
    View Source

    TransitionReason

    TransitionReason indicates reason for what triggered the transition

    Declaration
    public PowerTransitionReason TransitionReason { get; }
    Property Value
    Type Description
    PowerTransitionReason
    View Source

    WaitCallbackId

    WaitCallbackId indicates unique id for each callback invocation. It is used to confirm or cancel about subscribed callback.

    Declaration
    public UInt64 WaitCallbackId { get; }
    Property Value
    Type Description
    UInt64

    Extension Methods

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