Postman

interface Postman<T>

The Postman is an interface used to post a value to a LiveData object on the next event loop of the main thread.

Functions

Link copied to clipboard
abstract fun postValue(value: T, block: (T) -> Unit)