DisplayManager.EventTypeDisplayRemoved Field
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.
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.