CBPeripheralManager.StartAdvertising 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.
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
- 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
.