Share via


HMHomeManagerDelegate.DidAddHome(HMHomeManager, HMHome) Method

Definition

The home was added to manager.

[Foundation.Export("homeManager:didAddHome:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidAddHome(HomeKit.HMHomeManager manager, HomeKit.HMHome home);
[<Foundation.Export("homeManager:didAddHome:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidAddHome : HomeKit.HMHomeManager * HomeKit.HMHome -> unit
override this.DidAddHome : HomeKit.HMHomeManager * HomeKit.HMHome -> unit

Parameters

manager
HMHomeManager
home
HMHome

Implements

Attributes

Applies to