TelecomManager.PriorityUrgent Campo

Definizione

Attenzione

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

Indica che la priorità delle chiamate composer è urgente.

[Android.Runtime.Register("PRIORITY_URGENT", 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 PriorityUrgent = 1;
[<Android.Runtime.Register("PRIORITY_URGENT", 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 PriorityUrgent : Android.Telecom.Priority

Valore del campo

Value = 1
Attributi

Commenti

Indica che la priorità delle chiamate composer è urgente.

Riferimento: RCC.20 Sezione 2.4.4.2

per android.telecom.TelecomManager.PRIORITY_URGENT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a