次の方法で共有


INCallCapabilityOptions 列挙型

定義

デバイスでサポートされている呼び出しの種類の列挙にフラグを設定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum INCallCapabilityOptions
type INCallCapabilityOptions = 
継承
INCallCapabilityOptions
属性

フィールド

AudioCall 1

デバイスは音声通話を行うことができます。

VideoCall 2

デバイスはビデオ通話を行うことができます。

適用対象