Sprache

DataFailCause.OnlyIpv4v6Allowed Feld

Definition

Achtung

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

Netzwerk unterstützt nur den IPv4v6-PDP-Typ.

[Android.Runtime.Register("ONLY_IPV4V6_ALLOWED", 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 OnlyIpv4v6Allowed = 57;
[<Android.Runtime.Register("ONLY_IPV4V6_ALLOWED", 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 OnlyIpv4v6Allowed : Android.Telephony.DataFailCauseType

Feldwert

Value = 57
Attribute

Hinweise

Netzwerk unterstützt nur den IPv4v6-PDP-Typ. Nicht-IP-Typ ist nicht zulässig. Im LTE-Modus ist dies ein PDN-Drosselungsursachencode, was bedeutet, dass die UE weitere Anforderungen an denselben APN drosselt.

Java Dokumentation für android.telephony.DataFailCause.ONLY_IPV4V6_ALLOWED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: