Share via


HMAccessoryDelegate.DidUpdateNameForService(HMAccessory, HMService) Method

Definition

The accessory updated the name of service.

[Foundation.Export("accessory:didUpdateNameForService:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdateNameForService(HomeKit.HMAccessory accessory, HomeKit.HMService service);
[<Foundation.Export("accessory:didUpdateNameForService:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdateNameForService : HomeKit.HMAccessory * HomeKit.HMService -> unit
override this.DidUpdateNameForService : HomeKit.HMAccessory * HomeKit.HMService -> unit

Parameters

accessory
HMAccessory
service
HMService

Implements

Attributes

Applies to