library / dev.chrisbanes.insetter / Insetter / Builder / setOnApplyInsetsListener

setOnApplyInsetsListener

@NonNull fun setOnApplyInsetsListener(@Nullable onApplyInsetsListener: OnApplyInsetsListener?): Insetter.Builder

Parameters

onApplyInsetsListener - OnApplyInsetsListener?: Callback for supplying custom logic to apply insets. If set, Insetter will ignore any specified side flags, and the caller is responsible for applying insets.

See Also
Insetter#setOnApplyInsetsListener(View)