다음을 통해 공유


CNAuthorizationStatus 열거형

정의

에 액세스하기 위한 애플리케이션의 현재 권한 부여를 열거합니다 CNContactStore.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CNAuthorizationStatus
type CNAuthorizationStatus = 
상속
CNAuthorizationStatus
특성

필드

Authorized 3

앱은 연락처 데이터베이스에 액세스할 수 있는 권한이 있습니다.

Denied 2

앱이 연락처 데이터베이스에 대한 액세스가 거부되었습니다.

NotDetermined 0

사용자는 앱이 연락처 데이터베이스에 액세스할 수 있는지 여부를 아직 선택하지 않았습니다.

Restricted 1

앱은 연락처 데이터베이스에 액세스할 수 없지만, 이유는 사용자의 선택이 아니라 보호자 통제와 같은 것일 수 있습니다.

적용 대상