ExploreViewModel

Constructors

Link copied to clipboard
fun ExploreViewModel(application: Application)

Types

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun <A : DataClassImpl, T : DataClass<A, *, *>, R : Comparable<R>> childrenLoader(dataClass: T, sortBy: (A) -> R?)

Loads the children of a set DataClass.

Link copied to clipboard
open fun <T : Application> getApplication(): T
Link copied to clipboard
fun loadAreas()

Loads all the available areas, and posts them using a MutableLiveData.

Properties

Link copied to clipboard
Link copied to clipboard