RecordingProcess enum
Values
- ASYNCHRONOUS_UPLOAD → const RecordingProcess
-
const RecordingProcess(0)
- SYNCHRONOUS_UPLOAD → const RecordingProcess
-
const RecordingProcess(1)
- NOT_UPLOAD → const RecordingProcess
-
const RecordingProcess(2)
Properties
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
Static Methods
-
getByValue(
int? i) → RecordingProcess?
Constants
-
values
→ const List<
RecordingProcess> - A constant List of the values in this enum, in order of their declaration.