Share via


HMHomeDelegate.DidUpdateHomeHubState(HMHome, HMHomeHubState) Method

Definition

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

Parameters

home
HMHome
homeHubState
HMHomeHubState

Implements

Attributes

Applies to