Language

CallerPresentation Enum

Definition

Enumerates values returned by several types.

public enum CallerPresentation
type CallerPresentation = 
Inheritance
CallerPresentation

Fields

Name Value Description
Allowed 1

Number is allowed to display for caller id.

Android reference for android.provider.CallLog.Calls.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

Number is blocked by user.

Android reference for android.provider.CallLog.Calls.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

Number is not specified or unknown by network.

Android reference for android.provider.CallLog.Calls.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

Number is a pay phone.

Android reference for android.provider.CallLog.Calls.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

Number is unavailable.

Android reference for android.provider.CallLog.Calls.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