Ios Identity Document Projection Result
Outcome of reading the shared projection, with "absent" and "unreadable" kept apart.
Reconciliation removes registrations, so only Published is authoritative: collapsing the other two into an empty state would unregister every managed document whenever the container is unwritten or corrupt.
Inheritors
Types
Link copied to clipboard
A projection exists but could not be decoded, so the wallet's intent is unknown.
Link copied to clipboard
No wallet has published a projection into this App Group yet. Apple's store must be left alone.
Link copied to clipboard
data class Published(val state: IosIdentityDocumentProjectionState) : IosIdentityDocumentProjectionResult
The active wallet's authoritative desired state.