共用方式為


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

表示應該搜尋語音信箱。

適用於