getInputLayout

fun getInputLayout(): TextInputLayout

Returns the TextInputLayout of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases

See also