VoicemailContract.Status.DataChannelState Field
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.
The data channel state of the voicemail source.
[Android.Runtime.Register("DATA_CHANNEL_STATE")]
public const string DataChannelState;
[<Android.Runtime.Register("DATA_CHANNEL_STATE")>]
val mutable DataChannelState : string
Field Value
- Attributes
Remarks
The data channel state of the voicemail source. This the channel through which the source pulls voicemail data from a remote server.
Negative values are reserved to the source for source-specific states, see #SOURCE_TYPE
Possible values: #DATA_CHANNEL_STATE_OK
, #DATA_CHANNEL_STATE_NO_CONNECTION
Type: INTEGER
Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE
.
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.