View.RequestFitSystemWindows Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.