Język

Priority Enum

Definition

public enum Priority
type Priority = 
Inheritance
Priority

Fields

Name Value Description
Normal 0

Indicates the call composer call priority is normal. Reference: RCC.20 Section 2.4.4.2

Android reference 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.

Urgent 1

Indicates the call composer call priority is urgent. Reference: RCC.20 Section 2.4.4.2

Android reference for android.telecom.TelecomManager.PRIORITY_URGENT.

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