HMAccessory.SupportsIdentify Property
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.
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
.