MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.provisioning
/
Display
Display
class
Display
(
val
text
:
String
,
val
logo
:
ByteString
?
)
Describes something in the user-facing manner.
logo
image bytes in PNG or JPEG format.
Members
Constructors
Display
Link copied to clipboard
constructor
(
text
:
String
,
logo
:
ByteString
?
)
Properties
logo
Link copied to clipboard
val
logo
:
ByteString
?
text
Link copied to clipboard
val
text
:
String