Display.IsInternal Property

Definition

Check if this is a built-in display, i.

public virtual bool IsInternal { [Android.Runtime.Register("isInternal", "()Z", "GetIsInternalHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isInternal", "()Z", "GetIsInternalHandler", ApiSince=36)>]
member this.IsInternal : bool

Property Value

Attributes

Remarks

Check if this is a built-in display, i.e. one that is physically part of the device rather than one connected via an external cable, or a Wi-Fi/Overlay/Virtual one.

Java documentation for android.view.Display.isInternal().

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