DataFailCause.IwlanImeiNotAccepted フィールド

定義

注意事項

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

ネットワークは、IMEI を使用して PDN の緊急持ち込み要求を受け入れない

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

フィールド値

Value = 11005
属性

注釈

ネットワークは、IMEI を使用して PDN の緊急持ち込み要求を受け入れない

の Java ドキュメント android.telephony.DataFailCause.IWLAN_IMEI_NOT_ACCEPTED

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

適用対象