Android.Views.Display.IsValid Property
Returns true if this display is still valid, false if the display has been removed.

Syntax

[get: Android.Runtime.Register("isValid", "()Z", "GetIsValidHandler")]
public virtual bool IsValid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this display is still valid, false if the display has been removed. If the display is invalid, then the methods of this class will continue to report the most recently observed display information. However, it is unwise (and rather fruitless) to continue using a Android.Views.Display object after the display's demise. It's possible for a display that was previously invalid to become valid again if a display with the same id is reconnected.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17