HMAccessoryDelegate.DidUpdateNameForService(HMAccessory, HMService) 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 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