Connection.VerificationStatusNotVerified 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 das Netzwerk keine Überprüfung durchführen konnte.

[Android.Runtime.Register("VERIFICATION_STATUS_NOT_VERIFIED", 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 VerificationStatusNotVerified = 0;
[<Android.Runtime.Register("VERIFICATION_STATUS_NOT_VERIFIED", 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 VerificationStatusNotVerified : Android.Telecom.ConnectionVerificationStatusType

Feldwert

Value = 0
Attribute

Hinweise

Gibt an, dass das Netzwerk keine Überprüfung durchführen konnte.

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

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: