Presentation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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 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.