SearchViewModel

Constructors

Link copied to clipboard
fun SearchViewModel(application: Application)

Functions

Link copied to clipboard
Link copied to clipboard
open fun <T : Application> getApplication(): T
Link copied to clipboard
fun search(query: String)

Performs a search, and updates itemList with the results.

Properties

Link copied to clipboard

This should be observed since it will get updated when calling search.