Freigeben über


Connection.VerificationStatusFailed Feld

Definition

Achtung

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

Gibt an, dass die Überprüfung durch das Netzwerk fehlgeschlagen ist.

[Android.Runtime.Register("VERIFICATION_STATUS_FAILED", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionVerificationStatusType enum directly instead of this field.", true)]
public const Android.Telecom.ConnectionVerificationStatusType VerificationStatusFailed = 2;
[<Android.Runtime.Register("VERIFICATION_STATUS_FAILED", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionVerificationStatusType enum directly instead of this field.", true)>]
val mutable VerificationStatusFailed : Android.Telecom.ConnectionVerificationStatusType

Feldwert

Value = 2
Attribute

Hinweise

Gibt an, dass die Überprüfung durch das Netzwerk fehlgeschlagen ist. Dies weist darauf hin, dass der Aufruf nicht von einer gültigen Quelle stammt.

Java-Dokumentation für android.telecom.Connection.VERIFICATION_STATUS_FAILED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: