HMAccessory.SupportsIdentify Property

Definition

Gets a value that tells whether the accessory supports idenfify actions.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SupportsIdentify { [Foundation.Export("supportsIdentify")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 3, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.SupportsIdentify : bool

Property Value

true if the accessory supports identify actions. Otherwise, false.

Attributes

Remarks

Identify actions may still fail for other reasons when this property is true.

Applies to