다음을 통해 공유


CXCallDirectoryEnabledStatus 열거형

정의

호출 디렉터리 상태를 열거합니다.

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

필드

Disabled 1

호출 디렉터리를 사용할 수 없습니다.

Enabled 2

호출 디렉터리를 사용할 수 있습니다.

Unknown 0

호출 디렉터리의 사용 상태를 알 수 없습니다.

적용 대상