HMHomeDelegate.DidUpdateNameForServiceGroup(HMHome, HMServiceGroup) 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 name of the group, which belongs to home, was updated.
[Foundation.Export("home:didUpdateNameForServiceGroup:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdateNameForServiceGroup(HomeKit.HMHome home, HomeKit.HMServiceGroup group);
[<Foundation.Export("home:didUpdateNameForServiceGroup:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdateNameForServiceGroup : HomeKit.HMHome * HomeKit.HMServiceGroup -> unit
override this.DidUpdateNameForServiceGroup : HomeKit.HMHome * HomeKit.HMServiceGroup -> unit
Parameters
- home
- HMHome
- group
- HMServiceGroup
Implements
- Attributes