Package-level declarations

Types

Link copied to clipboard
data class AppLockConfigEntity(val inactivityTimeoutSecs: <Error class: unknown class>, val enforceAppLock: Boolean, val isStatusChanged: Boolean?)
Link copied to clipboard
data class ClassifiedDomainsEntity(val status: Boolean, val trustedDomains: List<String>)
Link copied to clipboard
data class CRLUrlExpirationList(val cRLWithExpirationList: List<CRLWithExpiration>)
Link copied to clipboard
data class CRLWithExpiration(val url: String, val expiration: <Error class: unknown class>)
Link copied to clipboard
data class E2EISettingsEntity(val status: Boolean, val discoverUrl: String?, val gracePeriodEndMs: Long?, val shouldUseProxy: Boolean?, val crlProxy: String?)
Link copied to clipboard
data class IsFileSharingEnabledEntity(val status: Boolean, val isStatusChanged: Boolean?)
Link copied to clipboard
data class IsGuestRoomLinkEnabledEntity(val status: Boolean, val isStatusChanged: Boolean?)
Link copied to clipboard
data class LastPreKey(val id: Int, val key: String)
Link copied to clipboard
data class LegalHoldRequestEntity(val clientId: String, val lastPreKey: LastPreKey)
Link copied to clipboard
data class MLSMigrationEntity(val status: Boolean, val startTime: <Error class: unknown class>?, val endTime: <Error class: unknown class>?)
Link copied to clipboard
Link copied to clipboard
data class TeamSettingsSelfDeletionStatusEntity(val selfDeletionTimerEntity: SelfDeletionTimerEntity, val isStatusChanged: Boolean?)
Link copied to clipboard
Link copied to clipboard

Factory for creating UserConfigStorage instances. This is used during migration from SharedPreferences to database storage. Creating the storage only when needed avoids creating SharedPreferences when migration is not required.

Link copied to clipboard
Link copied to clipboard
data class WireCellsConfigEntity(val backendUrl: String?, val collabora: String, val teamQuotaBytes: Long?)