INCallRecordTypeOptions Enum

Definition

Flags that enumerate call types to search for.

This enumeration supports a bitwise combination of its member values.

[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 = 
Inheritance
INCallRecordTypeOptions
Attributes

Fields

Latest 8

Indicates that the most recent call by the user should be searched.

Missed 2

Indicates that missed calls should be searched.

Outgoing 1

Indicates that outgoing calls should be searched.

Received 4

Indicates that received calls should be searched.

Voicemail 16

Indicates that voicemails should be searched.

Applies to