LaunchRecordingOptions class
Options for launching a recording.
Constructors
- LaunchRecordingOptions({required UpdateIsRecordingModalVisible updateIsRecordingModalVisible, required bool isRecordingModalVisible, ShowAlert? showAlert, required bool stopLaunchRecord, required bool canLaunchRecord, required bool recordingAudioSupport, required bool recordingVideoSupport, required UpdateCanRecord updateCanRecord, required UpdateClearedToRecord updateClearedToRecord, required bool recordStarted, required bool recordPaused, required bool localUIMode})
Properties
- canLaunchRecord → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRecordingModalVisible → bool
-
final
- localUIMode → bool
-
final
- recordingAudioSupport → bool
-
final
- recordingVideoSupport → bool
-
final
- recordPaused → bool
-
final
- recordStarted → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlert → ShowAlert?
-
final
- stopLaunchRecord → bool
-
final
- updateCanRecord → UpdateCanRecord
-
final
- updateClearedToRecord → UpdateClearedToRecord
-
final
- updateIsRecordingModalVisible → UpdateIsRecordingModalVisible
-
final
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