getBadges

open suspend override fun getBadges(document: Document): List<DocumentBadge>

Gets a list of badges for a document.

This may be used when the UI shows a list of documents to choose from.

Return

the badges.

Parameters

document

the document to get a list of badges from.