共用方式為


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

Attributes

Remarks

Returns the product-specific information about the display or the directly connected device on the display chain. For example, if the display is transitively connected, this field may contain product information about the intermediate device. Returns null if product information is not available.

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