SearchApi class

Constructors

SearchApi(Dio _dio)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSearchHints({required String searchTerm, int? startIndex, int? limit, String? userId, List<BaseItemKind>? includeItemTypes, List<BaseItemKind>? excludeItemTypes, List<MediaType>? mediaTypes, String? parentId, bool? isMovie, bool? isSeries, bool? isNews, bool? isKids, bool? isSports, bool? includePeople = true, bool? includeMedia = true, bool? includeGenres = true, bool? includeStudios = true, bool? includeArtists = true, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<SearchHintResult>>
Gets the search hint result.
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