Share via


ICBPeripheralManagerDelegate.CharacteristicUnsubscribed Method

Definition

[Foundation.Export("peripheralManager:central:didUnsubscribeFromCharacteristic:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CharacteristicUnsubscribed(CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBCentral central, CoreBluetooth.CBCharacteristic characteristic);
[<Foundation.Export("peripheralManager:central:didUnsubscribeFromCharacteristic:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CharacteristicUnsubscribed : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> unit
override this.CharacteristicUnsubscribed : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBCentral * CoreBluetooth.CBCharacteristic -> unit

Parameters

peripheral
CBPeripheralManager
central
CBCentral
characteristic
CBCharacteristic
Attributes

Applies to