Display.DeviceProductInfo Property

Definition

Returns the product-specific information about the display or the directly connected device on the display chain.

public virtual Android.Hardware.Display.DeviceProductInfo? DeviceProductInfo { [Android.Runtime.Register("getDeviceProductInfo", "()Landroid/hardware/display/DeviceProductInfo;", "GetGetDeviceProductInfoHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getDeviceProductInfo", "()Landroid/hardware/display/DeviceProductInfo;", "GetGetDeviceProductInfoHandler", ApiSince=31)>]
member this.DeviceProductInfo : Android.Hardware.Display.DeviceProductInfo

Property Value

DeviceProductInfo
Attributes

Remarks

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

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