BarringInfo.BarringServiceInfo.BarringTypeUnknown フィールド

定義

注意事項

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

モデムがバーリング情報を報告しない場合、バーリングの種類は UNKNOWN になります

[Android.Runtime.Register("BARRING_TYPE_UNKNOWN", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.BarringType enum directly instead of this field.", true)]
public const Android.Telephony.BarringType BarringTypeUnknown = -1;
[<Android.Runtime.Register("BARRING_TYPE_UNKNOWN", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.BarringType enum directly instead of this field.", true)>]
val mutable BarringTypeUnknown : Android.Telephony.BarringType

フィールド値

Value = -1

実装

属性

注釈

モデムがバーリング情報を報告しない場合、バーリングの種類は UNKNOWN になります

の Java ドキュメント android.telephony.BarringInfo.BarringServiceInfo.BARRING_TYPE_UNKNOWN

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

適用対象