SignStateUi

sealed class SignStateUi

Sealed class representing the possible states of a document signing process.

This sealed class provides a type-safe and exhaustive way to represent the different stages a document goes through during signing, from pending to completion or failure.

Inheritors

Types

Link copied to clipboard

Indicates that the document has been successfully signed.

Link copied to clipboard

Indicates that an error occurred during the signing process.

Link copied to clipboard

Indicates that the document is waiting to be signed.

Link copied to clipboard

Indicates that the document is currently being signed.