kotlin-extensions / io.realm.kotlin / io.realm.Realm / syncSession

syncSession

val Realm.syncSession: SyncSession

Returns the SyncSession associated with this Realm.

Exceptions

IllegalStateException - if the Realm is not a synchronized Realm.

Return
the SyncSession associated with this Realm.