material-popup-menu / com.github.zawadz88.materialpopupmenu / MaterialPopupMenuBuilder / AbstractItemHolder / viewBoundCallback

viewBoundCallback

var viewBoundCallback: (View) -> Unit

Callback to be invoked once the item view gets created and bound. It is to be used when some views inside need to be updated once inflated.

You can set this to ViewBoundCallback to gain access to additional features.

See Also

ViewBoundCallback