core-ktx / androidx.view / android.view.View / doOnNextLayout

doOnNextLayout

inline fun View.doOnNextLayout(crossinline action: (view: View) -> Unit): Unit

Performs the given action when this view is next laid out.

See Also

doOnLayout