Class PowerTransientStateWaitEventArgs

Definition

Namespace:
Tizen.System
Assembly:
Tizen.System.dll
API Level:
10

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

C#
Copy
public class PowerTransientStateWaitEventArgs : EventArgs
Inheritance
System.Object
PowerTransientStateWaitEventArgs

Properties

View Source

TransientState

TransientState indicates transient state to be changed by the transition

Declaration
C#
Copy
public PowerTransientState TransientState { get; }
Property Value
Type Description
Tizen.System.PowerTransientState
View Source

TransitionReason

TransitionReason indicates reason for what triggered the transition

Declaration
C#
Copy
public PowerTransitionReason TransitionReason { get; }
Property Value
Type Description
Tizen.System.PowerTransitionReason
View Source

WaitCallbackId

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

Declaration
C#
Copy
public ulong WaitCallbackId { get; }
Property Value
Type Description
System.UInt64