INCallDestinationType 枚举

定义

枚举调用目标类型。

[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 = 
继承
INCallDestinationType
属性

字段

Emergency 2

指示呼叫目标为紧急号码。

Normal 1

指示呼叫目标为普通号码。

Redial 4

指示呼叫目标是先前调用的重拨。

Unknown 0

指示呼叫目标类型未知。

Voicemail 3

指示呼叫目标为语音邮件。

适用于