Show / Hide Table of Contents

Enum ISN_CNAuthorizationStatus

An authorization status the user can grant for an app to access the specified entity type.

Namespace: SA.iOS.Contacts
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_CNAuthorizationStatus

Fields

Name Description
Authorized

The application is authorized to access contact data.

Denied

The user explicitly denied access to contact data for the application.

NotDetermined

The user has not yet made a choice regarding whether the application may access contact data.

Restricted

The application is not authorized to access contact data. The user cannot change this application’s status, possibly due to active restrictions such as parental controls being in place.

In This Article
Back to top Generated by DocFX