onResult

abstract fun onResult(isSuccessful: Boolean)

Called when a validation has completed.

Parameters

isSuccessful

Whether the validation was successful.