library / dev.bmcreations.scrcast.recorder / RecordingState / Idle
Idle¶
data class Idle :RecordingState
Defines when the session is idle, either before a first session has started, after a session has ended, or when an error has occurred.
If it's idle become of an error, error will be non-null.
Constructors¶
| Name | Summary | 
|---|---|
| <init> | Defines when the session is idle, either before a first session has started, after a session has ended, or when an error has occurred. Idle(error:Throwable? = null) | 
Properties¶
| Name | Summary | 
|---|---|
| error | If this is non-null, we are Idle due to an error val error:Throwable? |