HMAccessoryDelegate.DidUpdateNameForService(HMAccessory, HMService) Method

Definition

The accessory updated the name of service.

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

Parameters

accessory
HMAccessory
service
HMService
Attributes

Applies to