Enum AddressBookContactsAccessStatus
An access status the user can grant for an app to access the contacts information.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum AddressBookContactsAccessStatus
Fields
Name | Description |
---|---|
Authorized | The application is authorized to access address book data. |
Denied | The user explicitly denied access to address book data for this application. |
NotDetermined | The user has not yet made a choice regarding whether this app can access the address book data. |
Restricted | The application is not authorized to access the address book data. |