SynchronizationConfigEntry

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

Defines a source and a method to synchronize time with.

Constructors

Link copied to clipboard
fun SynchronizationConfigEntry(source: String, method: LiveSynchronizationMethod)

Properties

Link copied to clipboard
val method: LiveSynchronizationMethod

The synchronization method that should be used.

Link copied to clipboard
val source: String

The server that should be used for synchronization.