FfiInboxState

data class FfiInboxState(var inboxId: String, var recoveryIdentity: FfiIdentifier, var installations: List<FfiInstallation>, var accountIdentities: List<FfiIdentifier>)

Constructors

Link copied to clipboard
constructor(inboxId: String, recoveryIdentity: FfiIdentifier, installations: List<FfiInstallation>, accountIdentities: List<FfiIdentifier>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard