CKApplicationPermissionStatus 枚举

定义

枚举应用程序在尝试获取权限时可能具有的状态。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKApplicationPermissionStatus
type CKApplicationPermissionStatus = 
继承
CKApplicationPermissionStatus
属性

字段

CouldNotComplete 1

尝试获取权限时出错。

Denied 2

用户拒绝了权限请求。

Granted 3

用户已授予权限请求。

InitialState 0

应用程序尚未请求 权限。

适用于