INCallDestinationType Enum

Definition

Enumerates call destination types.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INCallDestinationType
type INCallDestinationType = 
Inheritance
INCallDestinationType
Attributes

Fields

Emergency 2

Indicates that the call destination is an emergency number.

Normal 1

Indicates that the call destination is an ordinary number.

Redial 4

Indicates that the call destination is a redial of an earlier call.

Unknown 0

Indicates that the call destination type is unknown.

Voicemail 3

Indicates that the call destination is a voicemail.

Applies to