Activity.ShouldDockBigOverlays Method

Definition

Returns whether big overlays should be docked next to the activity as set by #setShouldDockBigOverlays.

[Android.Runtime.Register("shouldDockBigOverlays", "()Z", "GetShouldDockBigOverlaysHandler", ApiSince=33)]
public virtual bool ShouldDockBigOverlays ();
[<Android.Runtime.Register("shouldDockBigOverlays", "()Z", "GetShouldDockBigOverlaysHandler", ApiSince=33)>]
abstract member ShouldDockBigOverlays : unit -> bool
override this.ShouldDockBigOverlays : unit -> bool

Returns

true if big overlays should be docked next to the activity instead of overlay its content

Attributes

Remarks

Returns whether big overlays should be docked next to the activity as set by #setShouldDockBigOverlays.

Java documentation for android.app.Activity.shouldDockBigOverlays().

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