set Window Insets Animation Callback
open fun setWindowInsetsAnimationCallback(@NonNull appBarLayout: AppBarLayout, @Nullable callback: WindowInsetsAnimation.Callback)
Sets a custom WindowInsetsAnimation.Callback on the content view.
Providing a custom callback disables immersive scroll, as the insets animation will be driven externally.