Freigeben über


TelecomManager.PriorityNormal Feld

Definition

Achtung

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

Gibt an, dass die Anrufpriorität "Call Composer" normal ist.

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

Feldwert

Value = 0
Attribute

Hinweise

Gibt an, dass die Anrufpriorität "Call Composer" normal ist.

Referenz: RCC.20 Abschnitt 2.4.4.2

Java-Dokumentation für android.telecom.TelecomManager.PRIORITY_NORMAL.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: