View.RequestApplyInsets Method

Definition

Ask that a new dispatch of #onApplyWindowInsets(WindowInsets) be performed.

[Android.Runtime.Register("requestApplyInsets", "()V", "GetRequestApplyInsetsHandler")]
public virtual void RequestApplyInsets ();
[<Android.Runtime.Register("requestApplyInsets", "()V", "GetRequestApplyInsetsHandler")>]
abstract member RequestApplyInsets : unit -> unit
override this.RequestApplyInsets : unit -> unit
Attributes

Remarks

Ask that a new dispatch of #onApplyWindowInsets(WindowInsets) be performed.

Java documentation for android.view.View.requestApplyInsets().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to