다음을 통해 공유


INCallRecordTypeOptions 열거형

정의

검색할 호출 유형을 열거하는 플래그입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum INCallRecordTypeOptions
type INCallRecordTypeOptions = 
상속
INCallRecordTypeOptions
특성

필드

Latest 8

사용자의 가장 최근 호출을 검색해야 했음을 나타냅니다.

Missed 2

부재 중 호출을 검색해야 했음을 나타냅니다.

Outgoing 1

나가는 호출을 검색해야 했음을 나타냅니다.

Received 4

수신된 통화를 검색해야 했음을 나타냅니다.

Voicemail 16

음성 메일을 검색해야 했음을 나타냅니다.

적용 대상