Share via


CBPeripheralDelegate.UpdatedNotificationState Method

Definition

[Foundation.Export("peripheral:didUpdateNotificationStateForCharacteristic:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdatedNotificationState(CoreBluetooth.CBPeripheral peripheral, CoreBluetooth.CBCharacteristic characteristic, Foundation.NSError? error);
[<Foundation.Export("peripheral:didUpdateNotificationStateForCharacteristic:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdatedNotificationState : CoreBluetooth.CBPeripheral * CoreBluetooth.CBCharacteristic * Foundation.NSError -> unit
override this.UpdatedNotificationState : CoreBluetooth.CBPeripheral * CoreBluetooth.CBCharacteristic * Foundation.NSError -> unit

Parameters

peripheral
CBPeripheral
characteristic
CBCharacteristic
error
NSError

Implements

Attributes

Applies to