VSAccountAccessStatus 枚举

定义

枚举应用对用户订阅的访问权限类型。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum VSAccountAccessStatus
type VSAccountAccessStatus = 
继承
VSAccountAccessStatus
属性

字段

Denied 2

用户已拒绝应用访问。

Granted 3

用户已授予应用访问权限。

NotDetermined 0

用户尚未与权限对话框交互。

Restricted 1

用户被拒绝访问,并且不能更改权限。

适用于