Interface StatusPollingDelegate
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface StatusPollingDelegate
-
-
Method Summary
Modifier and Type Method Description abstract UnitrefreshStatus()abstract Flow<TimerData>getTimerFlow()-
-
Method Detail
-
refreshStatus
abstract Unit refreshStatus()
-
getTimerFlow
abstract Flow<TimerData> getTimerFlow()
-
-
-
-