VoicemailContract.Status.SourceType 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 type of the source, which determines how to interpret source-specific states.
[Android.Runtime.Register("SOURCE_TYPE", ApiSince=25)]
public const string SourceType;
[<Android.Runtime.Register("SOURCE_TYPE", ApiSince=25)>]
val mutable SourceType : string
Field Value
- Attributes
Remarks
The type of the source, which determines how to interpret source-specific states. Typically this will be set to the same string as android.telephony.CarrierConfigManager#KEY_VVM_TYPE_STRING
. For example, "vvm_type_omtp".
Type: TEXT
Java documentation for android.provider.VoicemailContract.Status.SOURCE_TYPE
.
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.