Android.Telephony.SmsManager.SendMultimediaMessage Method
Send an MMS message

Syntax

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

Parameters

context
application context
contentUri
the content Uri from which the message pdu will be read
locationUrl
the optional location url where message should be sent to
configOverrides
the carrier-specific messaging configuration values to override for sending the message.
sentIntent
if not NULL this PendingIntent is broadcast when the message is successfully sent, or failed

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif contentUri is empty

Remarks

Send an MMS message

[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