共用方式為


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

表示通話目的地是語音信箱。

適用於