VoicemailContract.Voicemails.SourceData 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.
Application-specific data available to the source application that inserted the voicemail.
[Android.Runtime.Register("SOURCE_DATA")]
public const string SourceData;
[<Android.Runtime.Register("SOURCE_DATA")>]
val mutable SourceData : string
Field Value
- Attributes
Remarks
Application-specific data available to the source application that inserted the voicemail. This is typically used to store the source specific message id to identify this voicemail on the remote voicemail server.
Type: TEXT
Note that this is NOT the voicemail media content data.
Java documentation for android.provider.VoicemailContract.Voicemails.SOURCE_DATA
.
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.