Language

VoicemailDataChannelState Enum

Definition

Enumerates values returned by several types.

public enum VoicemailDataChannelState
type VoicemailDataChannelState = 
Inheritance
VoicemailDataChannelState

Fields

Name Value Description
Ok 0

Value of DataChannelStateto indicate that data channel is working fine.

NoConnection 1

Value of DataChannelStateto indicate that data channel connection is not working.

NoConnectionCellularRequired 2

Value of DATA_CHANNEL_STATE to indicate that data channel failed to find a suitable network to connect to the server, and the carrier requires using cellular data network to connect to the server.

Android reference for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED.

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.

BadConfiguration 3

Value of DATA_CHANNEL_STATE to indicate that data channel received incorrect settings or credentials to connect to the server

Android reference for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_BAD_CONFIGURATION.

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.

CommunicationError 4

Value of DATA_CHANNEL_STATE to indicate that a error has occurred in the data channel while communicating with the server

Android reference for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR.

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.

ServerError 5

Value of DATA_CHANNEL_STATE to indicate that the server reported an internal error to the data channel.

Android reference for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_SERVER_ERROR.

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.

ServerConnectionError 6

Value of DATA_CHANNEL_STATE to indicate that while there is a suitable network, the data channel is unable to establish a connection with the server.

Android reference for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR.

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