Interface SyncSettings
- 
 public interface SyncSettingsDefines the behavior of this Syncable, which will be used by theSyncManagerto create a self-scheduled runnable.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetExecutionDelayMS()TimelinegetSchedule()booleanisEnabled()booleanisScheduleEnabled()
 
- 
- 
- 
Method Detail- 
isEnabledboolean isEnabled() 
 - 
getExecutionDelayMSlong getExecutionDelayMS() 
 - 
getSchedule@Nullable Timeline getSchedule() 
 - 
isScheduleEnabledboolean isScheduleEnabled() 
 
- 
 
-