Share via


DisplayManager.EventTypeDisplayRemoved Field

Definition

Event type for when a display is removed.

[Android.Runtime.Register("EVENT_TYPE_DISPLAY_REMOVED", ApiSince=36)]
public const long EventTypeDisplayRemoved = 2;
[<Android.Runtime.Register("EVENT_TYPE_DISPLAY_REMOVED", ApiSince=36)>]
val mutable EventTypeDisplayRemoved : int64

Field Value

Value = 2
Attributes

Remarks

Event type for when a display is removed. This notification is sent through the DisplayListener#onDisplayRemoved callback method

Java documentation for android.hardware.display.DisplayManager.EVENT_TYPE_DISPLAY_REMOVED.

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