uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
CatalogEntry
Catalog
Entry
data
class
CatalogEntry
(
val
format
:
String
,
val
pluginId
:
String
,
val
displayName
:
String
,
val
vendor
:
String
=
""
)
Members
Constructors
Catalog
Entry
Link copied to clipboard
constructor
(
format
:
String
,
pluginId
:
String
,
displayName
:
String
,
vendor
:
String
=
""
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
format
Link copied to clipboard
val
format
:
String
plugin
Id
Link copied to clipboard
val
pluginId
:
String
vendor
Link copied to clipboard
val
vendor
:
String