Interface SyncSettings
-
public interface SyncSettings
Defines the behavior of this Syncable, which will be used by theSyncManager
to create a self-scheduled runnable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getExecutionDelayMS()
Timeline
getSchedule()
boolean
isEnabled()
boolean
isScheduleEnabled()
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
getExecutionDelayMS
long getExecutionDelayMS()
-
getSchedule
@Nullable Timeline getSchedule()
-
isScheduleEnabled
boolean isScheduleEnabled()
-
-