SynchronizationConfigEntry

SynchronizationConfigEntry

data class SynchronizationConfigEntry(val source: String, val method: LiveSynchronizationMethod) : Parcelable

Defines a source and a method to synchronize time with.

Constructors

SynchronizationConfigEntryconstructor(source: String, method: LiveSynchronizationMethod)

Properties

NameSummary
methodval method: LiveSynchronizationMethod
The synchronization method that should be used.
sourceval source: String
The server that should be used for synchronization.