CallAttributes.SupportsSetInactive フィールド

定義

注意事項

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

実装

属性

注釈

作成される呼び出しは非アクティブ (従来は保留と呼ばれます) に設定できます。 つまり、新しい通話がアクティブになると、着信通話を発信または受信するためにアクティブな通話を保留する必要がある場合、アクティブな通話は保留になります。 それ以外の場合は、アクティブな呼び出しが切断される可能性があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象