Sprache

Connection.VerificationStatusPassed 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 übergeben wurde.

[Android.Runtime.Register("VERIFICATION_STATUS_PASSED", 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 VerificationStatusPassed = 1;
[<Android.Runtime.Register("VERIFICATION_STATUS_PASSED", 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 VerificationStatusPassed : Android.Telecom.ConnectionVerificationStatusType

Feldwert

Value = 1
Attribute

Hinweise

Gibt an, dass die Überprüfung durch das Netzwerk übergeben wurde. Dies gibt an, dass die Wahrscheinlichkeit hoch ist, dass der Aufruf von einer gültigen Quelle stammt.

Java Dokumentation für android.telecom.Connection.VERIFICATION_STATUS_PASSED.

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: