DeviceProductInfo(String, String, String, Int32, Int32) Constructor
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.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;II)V", "", ApiSince=31)]
public DeviceProductInfo (string? name, string manufacturerPnpId, string productId, int modelYear, int connectionToSinkType);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;II)V", "", ApiSince=31)>]
new Android.Hardware.Display.DeviceProductInfo : string * string * string * int * int -> Android.Hardware.Display.DeviceProductInfo
Parameters
- name
- String
- manufacturerPnpId
- String
- productId
- String
- modelYear
- Int32
- connectionToSinkType
- Int32
- Attributes