TimerLiveData
Parameters
T
The type of the LiveData values.
delayMs
The delay between each update of the value.
computeValue
The periodically called function to compute the new value.
The type of the LiveData values.
The delay between each update of the value.
The periodically called function to compute the new value.