Set Idle Override Request
data class SetIdleOverrideRequest(isUserActive: Boolean, isScreenUnlocked: Boolean)
Content copied to clipboard
Represents request frame that can be used with Emulation#setIdleOverride operation call.
Overrides the Idle state.
See also
Constructors
SetIdleOverrideRequest
Link copied to clipboard
fun SetIdleOverrideRequest(isUserActive: Boolean, isScreenUnlocked: Boolean)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard