HMHomeDelegate.DidUpdateActionsForActionSet(HMHome, HMActionSet) 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 an action in actionSet, which belongs to home, was updated.
[Foundation.Export("home:didUpdateActionsForActionSet:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdateActionsForActionSet(HomeKit.HMHome home, HomeKit.HMActionSet actionSet);
[<Foundation.Export("home:didUpdateActionsForActionSet:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdateActionsForActionSet : HomeKit.HMHome * HomeKit.HMActionSet -> unit
override this.DidUpdateActionsForActionSet : HomeKit.HMHome * HomeKit.HMActionSet -> unit
Parameters
- home
- HMHome
- actionSet
- HMActionSet
Implements
- Attributes