AdvertiseData.Builder.AddManufacturerData(Int32, Byte[]) Method

Definition

[Android.Runtime.Register("addManufacturerData", "(I[B)Landroid/bluetooth/le/AdvertiseData$Builder;", "")]
public Android.Bluetooth.LE.AdvertiseData.Builder? AddManufacturerData (int manufacturerId, byte[]? manufacturerSpecificData);
[<Android.Runtime.Register("addManufacturerData", "(I[B)Landroid/bluetooth/le/AdvertiseData$Builder;", "")>]
member this.AddManufacturerData : int * byte[] -> Android.Bluetooth.LE.AdvertiseData.Builder

Parameters

manufacturerId
Int32
manufacturerSpecificData
Byte[]

Returns

Attributes

Remarks

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