Known direct subclasses
SliceView

A view for displaying Slices.


A simple callback that can receive from LiveData.

See also
LiveData

LiveData - for a usage description.

Summary

Public functions

Unit
onChanged(value: T)

Called when the data is changed to value.

android

Public functions

onChanged

fun onChanged(value: T): Unit

Called when the data is changed to value.