Language

Device.Builder.SetManufacturer(String) Method

Definition

Sets an optional client supplied manufacturer of the device

[Android.Runtime.Register("setManufacturer", "(Ljava/lang/String;)Landroid/health/connect/datatypes/Device$Builder;", "", ApiSince=34)]
public Android.Health.Connect.DataTypes.Device.Builder SetManufacturer(string? manufacturer);
[<Android.Runtime.Register("setManufacturer", "(Ljava/lang/String;)Landroid/health/connect/datatypes/Device$Builder;", "", ApiSince=34)>]
member this.SetManufacturer : string -> Android.Health.Connect.DataTypes.Device.Builder

Parameters

manufacturer
String

Returns

Attributes

Remarks

Sets an optional client supplied manufacturer of the device

Android reference for android.health.connect.datatypes.Device.Builder.setManufacturer.

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