AbstractDocumentMetadataHandler
interface AbstractDocumentMetadataHandler
Manager document metadata when the document is created and when the metadata is updated from the server.
When DocumentMetadata is used as AbstractDocumentMetadata implementation, DocumentMetadataHandler can be used as implementation of this interface.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun initializeDocumentMetadata(metadata: AbstractDocumentMetadata, credentialDisplay: Display, issuerDisplay: Display)
Initializes metadata object when the document is first created.
Link copied to clipboard
Updates metadata for the existing document.