共用方式為


HKAuthorizationStatus 列舉

定義

列舉應用程式讀取或寫入健康情況資料的許可權。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HKAuthorizationStatus
type HKAuthorizationStatus = 
繼承
HKAuthorizationStatus
屬性

欄位

NotDetermined 0

尚未判斷許可權。

SharingAuthorized 2

允許共用。

SharingDenied 1

不允許共用。

適用於