onUnFocused

inline fun EditText.onUnFocused(crossinline block: () -> Unit)

Sets OnFocusChangeListener and calls specified function block if this view become unfocused

See also