Search class
- Mixed in types
- Available Extensions
Constructors
Properties
Methods
-
findRecordings(
{SearchScope? searchScope, int? maxMatches, required int keepAliveTime}) → Future< String> -
getRecordingInformation(
String recordingToken) → Future< RecordingInformation> - Returns information about a single Recording specified by a RecordingToken. This operation is mandatory to support for a device implementing the recording search service.
-
getRecordingSearchResults(
String searchToken, {int? minResults, int? maxResults, String? waitTime}) → Future< List< FindRecordingResult> > -
getRecordingSummary(
) → Future< RecordingSummary> - GetRecordingSummary is used to get a summary description of all recorded data. This operation is mandatory to support for a device implementing the recording search service.
-
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