dispatchDependentViewsChanged

open fun dispatchDependentViewsChanged(@NonNull view: @NonNull View)(source)

Allows the caller to manually dispatch onDependentViewChanged to the associated Behavior instances of views which depend on the provided View.

You should not normally need to call this method as the it will be automatically done when the view has changed.

Parameters

view

the View to find dependents of to dispatch the call.