Class PowerTransientStateWaitEventArgs
Definition
- 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
-
objectSystem.EventArgsPowerTransientStateWaitEventArgs
Properties
View SourceTransientState
TransientState indicates transient state to be changed by the transition
Declaration
public PowerTransientState TransientState { get; }
Property Value
Type | Description |
---|---|
Tizen.System.PowerTransientState |
TransitionReason
TransitionReason indicates reason for what triggered the transition
Declaration
public PowerTransitionReason TransitionReason { get; }
Property Value
Type | Description |
---|---|
Tizen.System.PowerTransitionReason |
WaitCallbackId
WaitCallbackId indicates unique id for each callback invocation. It is used to confirm or cancel about subscribed callback.
Declaration
public ulong WaitCallbackId { get; }
Property Value
Type | Description |
---|---|
ulong |