MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.document
/
DocumentBadge
Document
Badge
data
class
DocumentBadge
(
val
text
:
String
,
val
color
:
DocumentBadgeColor
)
A badge to display on a document.
Parameters
text
the text in the badge.
color
the color of the badge.
Members
Constructors
Document
Badge
Link copied to clipboard
constructor
(
text
:
String
,
color
:
DocumentBadgeColor
)
Properties
color
Link copied to clipboard
val
color
:
DocumentBadgeColor
text
Link copied to clipboard
val
text
:
String