VoicemailContract.ActionFetchVoicemail 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.
Broadcast intent to request a voicemail source to fetch voicemail content of a specific voicemail from the remote server.
[Android.Runtime.Register("ACTION_FETCH_VOICEMAIL")]
public const string ActionFetchVoicemail;
[<Android.Runtime.Register("ACTION_FETCH_VOICEMAIL")>]
val mutable ActionFetchVoicemail : string
Field Value
- Attributes
Remarks
Broadcast intent to request a voicemail source to fetch voicemail content of a specific voicemail from the remote server. The voicemail to fetch is specified by the data uri of the intent.
All voicemail sources are expected to handle this event. After storing the content the application should also set Voicemails#HAS_CONTENT
to 1;
Java documentation for android.provider.VoicemailContract.ACTION_FETCH_VOICEMAIL
.
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.