CommitReceipt
data class CommitReceipt(val surfaceGeneration: Long, val surfacePost: SurfacePostEvidence, val overlaySynchronization: OverlaySynchronizationEvidence, val refresh: RefreshReceipt, val configurationRestoration: ConfigurationRestorationEvidence, val warnings: Set<CommitWarning>)(source)
Evidence collected while committing content beneath the raw-ink overlay.
Constructors
Link copied to clipboard
constructor(surfaceGeneration: Long, surfacePost: SurfacePostEvidence, overlaySynchronization: OverlaySynchronizationEvidence, refresh: RefreshReceipt, configurationRestoration: ConfigurationRestorationEvidence, warnings: Set<CommitWarning>)
Properties
Link copied to clipboard
Evidence that the session configuration was restored.
Link copied to clipboard
Mechanism used to synchronize the handwriting overlay.
Link copied to clipboard
Result of the corresponding E Ink refresh.
Link copied to clipboard
Surface generation that received the bitmap.
Link copied to clipboard
Evidence for the bitmap post.
Link copied to clipboard
Recoverable limitations encountered during the commit.