HMHomeDelegate.DidUnblockAccessory(HMHome, HMAccessory) 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.
The accessory, which belongs to home, was unblocked.
[Foundation.Export("home:didUnblockAccessory:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUnblockAccessory(HomeKit.HMHome home, HomeKit.HMAccessory accessory);
[<Foundation.Export("home:didUnblockAccessory:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUnblockAccessory : HomeKit.HMHome * HomeKit.HMAccessory -> unit
override this.DidUnblockAccessory : HomeKit.HMHome * HomeKit.HMAccessory -> unit
Parameters
- home
- HMHome
- accessory
- HMAccessory
Implements
- Attributes