Device.Builder.SetManufacturer(String) Method
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.
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.