言語

DataFailCause.ImplicitlyDetached フィールド

定義

注意事項

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

モバイル到達可能タイマーの有効期限が切れているか、サブスクリプションに関連する GMM コンテキスト データが SGSN に存在しません。

[Android.Runtime.Register("IMPLICITLY_DETACHED", ApiSince=30)]
[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 ImplicitlyDetached = 2100;
[<Android.Runtime.Register("IMPLICITLY_DETACHED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)>]
val mutable ImplicitlyDetached : Android.Telephony.DataFailCauseType

フィールド値

Value = 2100
属性

注釈

モバイル到達可能タイマーの有効期限が切れているか、サブスクリプションに関連する GMM コンテキスト データが SGSN に存在しません。

Javaドキュメント。

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

適用対象