Generic State Result
abstract class GenericStateResult<V>(key: Any, easyFormsErrorState: EasyFormsErrorState, value: V) : EasyFormsResult
Content copied to clipboard
Abstract class that provide devs to hook their custom result class.
Parameters
key
a unique identifier for this state.
easyFormsErrorState
the current EasyFormsErrorState this state has.
value
the V value.
Constructors
GenericStateResult
Link copied to clipboard
fun <V> GenericStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: V)
Content copied to clipboard
a unique identifier for this state.
Properties
Sources
androidJvm source
Link copied to clipboard