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

指示应搜索语音邮件。

适用于