VSAccountAccessStatus Enum
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.
Enumerates the types of access the app has to the user's subscription.
[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 =
- Inheritance
-
VSAccountAccessStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotDetermined | 0 | The user has not interacted with the permissions dialog. |
Restricted | 1 | The user is denied access and may not change permission. |
Denied | 2 | The user has denied the app access. |
Granted | 3 | The user has granted the app access. |