Share via


HMHomeDelegate.DidAddZone(HMHome, HMZone) Method

Definition

The zone was added to home.

[Foundation.Export("home:didAddZone:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidAddZone(HomeKit.HMHome home, HomeKit.HMZone zone);
[<Foundation.Export("home:didAddZone:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidAddZone : HomeKit.HMHome * HomeKit.HMZone -> unit
override this.DidAddZone : HomeKit.HMHome * HomeKit.HMZone -> unit

Parameters

home
HMHome
zone
HMZone

Implements

Attributes

Applies to