Share via


ICBPeripheralManagerDelegate.StateUpdated(CBPeripheralManager) Method

Definition

[Foundation.Export("peripheralManagerDidUpdateState:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StateUpdated(CoreBluetooth.CBPeripheralManager peripheral);
[<Foundation.Export("peripheralManagerDidUpdateState:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StateUpdated : CoreBluetooth.CBPeripheralManager -> unit
override this.StateUpdated : CoreBluetooth.CBPeripheralManager -> unit

Parameters

peripheral
CBPeripheralManager
Attributes

Applies to