SyncMode

enum SyncMode : Enum<SyncMode>

This enum determines how Realm sync data with the server.

The server must be configured for the selected way, otherwise an error will be reported to SyncConfiguration.errorHandler when the Realm connects to the server for the first time.

Entries

FLEXIBLE
Link copied to clipboard
Flexible Sync.
PARTITION_BASED
Link copied to clipboard
Partition-based Sync.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int