NetworkScan.ErrorUnsupported フィールド

定義

注意事項

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

モデムは要求スキャンをサポートしていません。

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

フィールド値

Value = 4
属性

注釈

モデムは要求スキャンをサポートしていません。

の Java ドキュメント android.telephony.NetworkScan.ERROR_UNSUPPORTED

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

適用対象