INCallCapabilityOptions 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスでサポートされている呼び出しの種類の列挙にフラグを設定します。
この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。
[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 | デバイスはビデオ通話を行うことができます。 |