QueryStrategy

A mechanism to finely adjust the behavior of the query on a component basis in Composable functions.

If you want to customize, please create a class implementing QueryStrategy. For example, this is useful when you want to switch your implementation to collectAsStateWithLifecycle.

See also

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun <T> collectAsState(query: QueryRef<T>): QueryState<T>