VoicemailContract.Status.ConfigurationState 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 configuration state of the voicemail source.
[Android.Runtime.Register("CONFIGURATION_STATE")]
public const string ConfigurationState;
[<Android.Runtime.Register("CONFIGURATION_STATE")>]
val mutable ConfigurationState : string
Field Value
- Attributes
Remarks
The configuration state of the voicemail source.
Negative values are reserved to the source for source-specific states, see #SOURCE_TYPE
Possible values: #CONFIGURATION_STATE_OK
, #CONFIGURATION_STATE_NOT_CONFIGURED
, #CONFIGURATION_STATE_CAN_BE_CONFIGURED
#CONFIGURATION_STATE_CONFIGURING
#CONFIGURATION_STATE_FAILED
#CONFIGURATION_STATE_DISABLED
Type: INTEGER
Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_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.