Table of Contents

Class EmulateIdleOverrides

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class EmulateIdleOverrides
Inheritance
EmulateIdleOverrides

Properties

IsScreenUnlocked

Whether the screen is unlocked or not.

public bool IsScreenUnlocked { get; set; }

Property Value

bool

IsUserActive

Whether the user is active or not.

public bool IsUserActive { get; set; }

Property Value

bool