resume

abstract fun resume()

Attempts to resume the session and activate synchronization with Atlas.

This happens automatically when opening the Realm, so doing it manually should only be needed if the session was paused using pause.

If the session was already State.ACTIVE, calling this method will do nothing.

If the session state is State.DYING, the session will be moved back to State.ACTIVE.