Share via


TelecomManager.PriorityNormal Field

Definition

Caution

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

Indicates the call composer call priority is normal.

[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

Field Value

Value = 0
Attributes

Remarks

Indicates the call composer call priority is normal.

Reference: RCC.20 Section 2.4.4.2

Java documentation for android.telecom.TelecomManager.PRIORITY_NORMAL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to