AudioManager.ModeCallScreening フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.Mode enum directly instead of this field.

通話のスクリーニングが進行中です。

[Android.Runtime.Register("MODE_CALL_SCREENING", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Mode enum directly instead of this field.", true)]
public const Android.Media.Mode ModeCallScreening = 4;
[<Android.Runtime.Register("MODE_CALL_SCREENING", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Mode enum directly instead of this field.", true)>]
val mutable ModeCallScreening : Android.Media.Mode

フィールド値

Value = 4
属性

注釈

通話のスクリーニングが進行中です。 通話は接続されており、音声は通話スクリーニング アプリケーションからアクセスできますが、他のオーディオ ユース ケースも引き続き可能です。

android.media.AudioManager.MODE_CALL_SCREENINGJava ドキュメント。

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

適用対象