WindowInsets.IsVisible(Int32) 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.
Returns whether a set of windows that may cause insets is currently visible on screen, regardless of whether it actually overlaps with this window.
[Android.Runtime.Register("isVisible", "(I)Z", "", ApiSince=30)]
public bool IsVisible (int typeMask);
[<Android.Runtime.Register("isVisible", "(I)Z", "", ApiSince=30)>]
member this.IsVisible : int -> bool
Parameters
- typeMask
- Int32
Bit mask of Type
s to query visibility status.
Returns
true
if and only if all windows included in typeMask
are currently
visible on screen.
- Attributes
Remarks
Returns whether a set of windows that may cause insets is currently visible on screen, regardless of whether it actually overlaps with this window.
Java documentation for android.view.WindowInsets.isVisible(int)
.
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.