DittoGlobalConfig

data class DittoGlobalConfig(var syncGroup: UInt, var routingHint: UInt = NO_PREFERRED_ROUTE_HINT) : Cloneable

Settings not associated with any specific type of transport.

Constructors

Link copied to clipboard
constructor(syncGroup: UInt, routingHint: UInt = NO_PREFERRED_ROUTE_HINT)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The routing hint for this device.

Link copied to clipboard

The sync group for this device.

Functions

Link copied to clipboard
open override fun clone(): DittoGlobalConfig