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.table.model
/
ValidationResult
/
Success
Success
data
class
Success
(
val
value
:
String
?
)
:
ValidationResult
Represents a successful validation result.
Members
Constructors
Success
Link copied to clipboard
constructor
(
value
:
String
?
)
Properties
value
Link copied to clipboard
val
value
:
String
?
The value that was successfully validated.