InboxState
public struct InboxState
Undocumented
-
Undocumented
Declaration
Swift
public var inboxId: InboxId { get } -
Undocumented
Declaration
Swift
public var identities: [PublicIdentity] { get } -
Undocumented
Declaration
Swift
public var installations: [Installation] { get } -
Undocumented
Declaration
Swift
public var recoveryIdentity: PublicIdentity { get } -
The type of signature that was used to create the inbox initially. Future signatures from this identity must be of the same kind
Declaration
Swift
public var creationSignatureKind: SignatureKind? { get }
InboxState Structure Reference