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
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
interface UserConfigStorage
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?)