SearchResult

abstract class SearchResult

Base class for search results.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val composeItemKey: Any

A key that uniquely identifies the search result item to be used in jetpack compose lists for the key parameter. Should be something that can be put into a bundle

Link copied to clipboard
abstract val pageIndex: Int

The index of the page where the search result was found