Share via


CBPeripheralManagerDelegate.WillRestoreState Method

Definition

[Foundation.Export("peripheralManager:willRestoreState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillRestoreState(CoreBluetooth.CBPeripheralManager peripheral, Foundation.NSDictionary dict);
[<Foundation.Export("peripheralManager:willRestoreState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillRestoreState : CoreBluetooth.CBPeripheralManager * Foundation.NSDictionary -> unit
override this.WillRestoreState : CoreBluetooth.CBPeripheralManager * Foundation.NSDictionary -> unit

Parameters

peripheral
CBPeripheralManager

Implements

Attributes

Applies to