HMAccessoryDelegate
HMAccessoryDelegate()
HMAccessoryDelegate(IntPtr)
HMAccessoryDelegate(NativeHandle)
HMAccessoryDelegate(NSObjectFlag)
DidAddProfile(HMAccessory, HMAccessoryProfile)
DidRemoveProfile(HMAccessory, HMAccessoryProfile)
DidUpdateAssociatedServiceType(HMAccessory, HMService)
DidUpdateFirmwareVersion(HMAccessory, String)
DidUpdateName(HMAccessory)
DidUpdateNameForService(HMAccessory, HMService)
DidUpdateReachability(HMAccessory)
DidUpdateServices(HMAccessory)
DidUpdateValueForCharacteristic(HMAccessory, HMService, HMCharacteristic)
xamarinios
namespace HomeKit
{
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("HMAccessoryDelegate", false)]
public class HMAccessoryDelegate : NSObject, IHMAccessoryDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("accessoryDidUpdateServices:")]
public virtual void DidUpdateServices(HMAccessory! accessory);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API