CompareScreenStatesParameters class abstract

Parameters for comparing screen states.

Inheritance
Implementers

Constructors

CompareScreenStatesParameters.new()

Properties

activeNames → List<String>
no setter
autoAdjust → AutoAdjustType
no setterinherited
eventType → EventType
no setterinherited
getUpdatedAllParams → CompareScreenStatesParameters Function()
Returns updated parameters with potential changes
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
lastUpdate → int?
no setterinherited
localSocket → Socket?
no setterinherited
nForReadjust → int?
no setterinherited
participants → List<Participant>
no setterinherited
prevScreenStates → List<ScreenState>
no setter
recordingDisplayType → String
no setter
recordingVideoOptimized → bool
no setter
roomName → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenStates → List<ScreenState>
no setteroverride
shared → bool
no setterinherited
shareScreenStarted → bool
no setterinherited
socket → Socket?
no setterinherited
trigger → TriggerType
no setter
updateDateState → int?
no setterinherited
updateLastUpdate → void Function(int? lastUpdate)
no setterinherited
updateNForReadjust → void Function(int nForReadjust)
no setterinherited
updateUpdateDateState → void Function(int? timestamp)
no setterinherited
whiteboardEnded → bool
no setterinherited
whiteboardStarted → bool
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited