String Result
data class StringResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: String) : EasyFormsResult
Content copied to clipboard
Parameters
key
a unique identifier for this state.
easyFormsErrorState
the current EasyFormsErrorState this state has.
value
the text entered in TextField.
Constructors
StringResult
Link copied to clipboard
fun StringResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: String)
Content copied to clipboard
a unique identifier for this state.
Properties
Sources
androidJvm source
Link copied to clipboard