CBPeripheralManager.StartAdvertising Method

Definition

Overloads

StartAdvertising(NSDictionary)
StartAdvertising(StartAdvertisingOptions)

StartAdvertising(NSDictionary)

[Foundation.Export("startAdvertising:")]
public virtual void StartAdvertising (Foundation.NSDictionary options);
abstract member StartAdvertising : Foundation.NSDictionary -> unit
override this.StartAdvertising : Foundation.NSDictionary -> unit

Parameters

options
NSDictionary

To be added.

This parameter can be null.

Attributes

Applies to

StartAdvertising(StartAdvertisingOptions)

public void StartAdvertising (CoreBluetooth.StartAdvertisingOptions options);
member this.StartAdvertising : CoreBluetooth.StartAdvertisingOptions -> unit

Parameters

options
StartAdvertisingOptions

Weakly typed set of options to advertise.

This parameter can be null.

Applies to