open

fun open(configuration: Configuration): Realm

Open a Realm instance.

This instance grants access to an underlying realm file defined by the provided Configuration.

Parameters

configuration

the RealmConfiguration used to open the realm.

Throws

on invalid Realm configurations.