toggle menu
Mobile UI
0.4.0
common
switch theme
search in API
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