value

Parameters

value

The current text value of the identification field

Example:

when (event) {
is IdentificationTextFieldEvent.OnValueChanged -> {
updateIdentificationValue(event.value)
}
}