CXCallDirectoryEnabledStatus 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.
Enumerates call directory states.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXCallDirectoryEnabledStatus
type CXCallDirectoryEnabledStatus =
- Inheritance
-
CXCallDirectoryEnabledStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The enabled status of the call directory is unknown. |
Disabled | 1 | The call directory is disabled. |
Enabled | 2 | The call directory is enabled. |