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.
C#Copypublic class PowerTransientStateWaitEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPowerTransientStateWaitEventArgs
Properties
Declaration
C#Copypublic PowerTransientState TransientState { get; }
Property Value
| Type | Description |
|---|---|
| Tizen.System.PowerTransientState |
Declaration
C#Copypublic 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#Copypublic ulong WaitCallbackId { get; }
Property Value
| Type | Description |
|---|---|
| ulong |