SynchronizationConfigEntry
data class SynchronizationConfigEntry(val source: String, val method: LiveSynchronizationMethod) : Parcelable
Defines a source and a method to synchronize time with.
Constructors
| SynchronizationConfigEntry | constructor(source: String, method: LiveSynchronizationMethod) |
Properties
| Name | Summary |
|---|---|
| method | val method: LiveSynchronizationMethod The synchronization method that should be used. |
| source | val source: String The server that should be used for synchronization. |