Share via


DisconnectCause.DataLimitReached フィールド

定義

注意事項

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

データ ポリシーで携帯データネットワーク データが無効になっているため、呼び出しが終了しました。

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

フィールド値

Value = 55
属性

注釈

データ ポリシーで携帯データネットワーク データが無効になっているため、呼び出しが終了しました。 ビデオ通話で、ユーザーがデバイスのデータ制限を超えた場合に使用されます。

android.telephony.DisconnectCause.DATA_LIMIT_REACHEDJava ドキュメント。

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

適用対象