View.RequestFitSystemWindows Method

Definition

Caution

deprecated

Ask that a new dispatch of #fitSystemWindows(Rect) be performed.

[Android.Runtime.Register("requestFitSystemWindows", "()V", "GetRequestFitSystemWindowsHandler")]
[System.Obsolete("deprecated")]
public virtual void RequestFitSystemWindows ();
[<Android.Runtime.Register("requestFitSystemWindows", "()V", "GetRequestFitSystemWindowsHandler")>]
[<System.Obsolete("deprecated")>]
abstract member RequestFitSystemWindows : unit -> unit
override this.RequestFitSystemWindows : unit -> unit
Attributes

Remarks

Ask that a new dispatch of #fitSystemWindows(Rect) be performed.

This member is deprecated. Use #requestApplyInsets() for newer platform versions.

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

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