TaskInfo.IsVisible Property

Definition

Whether this task is visible.

public virtual bool IsVisible { [Android.Runtime.Register("isVisible", "()Z", "GetIsVisibleHandler", ApiSince=32)] get; }
[<get: Android.Runtime.Register("isVisible", "()Z", "GetIsVisibleHandler", ApiSince=32)>]
member this.IsVisible : bool

Property Value

Attributes

Remarks

Whether this task is visible.

Java documentation for android.app.TaskInfo.isVisible().

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