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 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: