Mobile UI
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
Mobile UI
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component
/
ImageCardData
/
CustomIconData
Custom
Icon
Data
data
class
CustomIconData
(
val
uid
:
String
,
val
label
:
String
,
val
image
:
ImageBitmap
)
:
ImageCardData
Members
Constructors
Custom
Icon
Data
Link copied to clipboard
constructor
(
uid
:
String
,
label
:
String
,
image
:
ImageBitmap
)
Properties
image
Link copied to clipboard
val
image
:
ImageBitmap
label
Link copied to clipboard
open
override
val
label
:
String
uid
Link copied to clipboard
open
override
val
uid
:
String