ABAuthorizationStatus 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.
An enumeration whose values specify the possible results of the GetAuthorizationStatus() method.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABAuthorizationStatus
type ABAuthorizationStatus =
- Inheritance
-
ABAuthorizationStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotDetermined | 0 | The user has not made a decision regarding access. |
Restricted | 1 | Access is denied and the user is not allowed to change permission. |
Denied | 2 | The user has denied authorization to access address book data. |
Authorized | 3 | The app is authorized to access address book data. |