CallAttributes.SupportsSetInactive フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Telecom.CallCapabilities enum directly instead of this field.
作成される呼び出しは非アクティブ (従来は保留と呼ばれます) に設定できます。
[Android.Runtime.Register("SUPPORTS_SET_INACTIVE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapabilities enum directly instead of this field.", true)]
public const Android.Telecom.CallCapabilities SupportsSetInactive = 2;
[<Android.Runtime.Register("SUPPORTS_SET_INACTIVE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapabilities enum directly instead of this field.", true)>]
val mutable SupportsSetInactive : Android.Telecom.CallCapabilities
フィールド値
Value = 2実装
- 属性
注釈
作成される呼び出しは非アクティブ (従来は保留と呼ばれます) に設定できます。 つまり、新しい通話がアクティブになると、着信通話を発信または受信するためにアクティブな通話を保留する必要がある場合、アクティブな通話は保留になります。 それ以外の場合は、アクティブな呼び出しが切断される可能性があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。