Companion
object Companion
Functions
Link copied to clipboard
suspend fun create(documentStore: DocumentStore, documentTypeRepository: DocumentTypeRepository?, documentOrderKey: String = "org.multipaz.DocumentModel.orderingKey", badgeFunction: suspend (document: Document) -> List<DocumentBadge> = { emptyList() }): DocumentModel
Creates a DocumentModel instance.