Language

DeviceProductInfo.Builder.SetProductId(String) Method

Definition

Sets the product ID.

[Android.Runtime.Register("setProductId", "(Ljava/lang/String;)Landroid/hardware/display/DeviceProductInfo$Builder;", "", ApiSince=37)]
public Android.Hardware.Display.DeviceProductInfo.Builder SetProductId(string productId);
[<Android.Runtime.Register("setProductId", "(Ljava/lang/String;)Landroid/hardware/display/DeviceProductInfo$Builder;", "", ApiSince=37)>]
member this.SetProductId : string -> Android.Hardware.Display.DeviceProductInfo.Builder

Parameters

productId
String

The product ID. This value cannot be null.

Returns

This builder. This value cannot be null.

Attributes

Remarks

Sets the product ID.

Android reference for android.hardware.display.DeviceProductInfo.Builder.setProductId.

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