Android.Telephony.SmsManager.DownloadMultimediaMessage Method
Download an MMS message from carrier by a given location URL

Syntax

[Android.Runtime.Register("downloadMultimediaMessage", "(Landroid/content/Context;Ljava/lang/String;Landroid/net/Uri;Landroid/os/Bundle;Landroid/app/PendingIntent;)V", "")]
public void DownloadMultimediaMessage (Android.Content.Context context, string locationUrl, Android.Net.Uri contentUri, Android.OS.Bundle configOverrides, Android.App.PendingIntent downloadedIntent)

Parameters

context
application context
locationUrl
the location URL of the MMS message to be downloaded, usually obtained from the MMS WAP push notification
contentUri
the content uri to which the downloaded pdu will be written
configOverrides
the carrier-specific messaging configuration values to override for downloading the message.
downloadedIntent
if not NULL this PendingIntent is broadcast when the message is downloaded, or the download is failed

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif locationUrl or contentUri is empty

Remarks

Download an MMS message from carrier by a given location URL

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4