Share via


Device.Manufacturer Property

Definition

public string? Manufacturer { [Android.Runtime.Register("getManufacturer", "()Ljava/lang/String;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getManufacturer", "()Ljava/lang/String;", "", ApiSince=34)>]
member this.Manufacturer : string

Property Value

The device manufacturer if set, null otherwise

Attributes

Remarks

Java documentation for android.health.connect.datatypes.Device.getManufacturer().

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