Język

Presentation Enum

Definition

Enumerates values returned by several methods of Presentation.

public enum Presentation
type Presentation = 
Inheritance
Presentation

Fields

Name Value Description
Allowed 1

Indicates that the address or number of a call is allowed to be displayed for caller ID.

Android reference for android.telecom.TelecomManager.PRESENTATION_ALLOWED.

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.

Restricted 2

Indicates that the address or number of a call is blocked by the other party.

Android reference for android.telecom.TelecomManager.PRESENTATION_RESTRICTED.

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.

Unknown 3

Indicates that the address or number of a call is not specified or known by the carrier.

Android reference for android.telecom.TelecomManager.PRESENTATION_UNKNOWN.

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.

Payphone 4

Indicates that the address or number of a call belongs to a pay phone.

Android reference for android.telecom.TelecomManager.PRESENTATION_PAYPHONE.

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.

Unavailable 5

Indicates that the address or number of a call is unavailable.

Android reference for android.telecom.TelecomManager.PRESENTATION_UNAVAILABLE.

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.

Remarks

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