次の方法で共有


HMCharacteristicValueLeakStatus 列挙型

定義

リークを検出するデバイスの値を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMCharacteristicValueLeakStatus
type HMCharacteristicValueLeakStatus = 
継承
HMCharacteristicValueLeakStatus
属性

フィールド

Detected 1

リークが検出されました。

None 0

リークは検出されません。

適用対象