Companion

object Companion

Functions

open
Link copied to clipboard
fun open(configuration: Configuration): Realm
Open a Realm instance.

Properties

DEFAULT_FILE_NAME
Link copied to clipboard
const val DEFAULT_FILE_NAME: String
Default name for realm files unless overridden by Configuration.SharedBuilder.name.
DEFAULT_LOG_TAG
Link copied to clipboard
const val DEFAULT_LOG_TAG: String
Default tag used by log entries
ENCRYPTION_KEY_LENGTH
Link copied to clipboard
const val ENCRYPTION_KEY_LENGTH: Int
The required length for encryption keys used to encrypt Realm data.