ShadowSmsManager.DownloadMultimediaMessageParams
, ShadowSmsManager.SendMultimediaMessageParams
public abstract static class ShadowSmsManager.MultimediaMessageParams extends Object
ShadowSmsManager.downloadMultimediaMessage(android.content.Context, java.lang.String, android.net.Uri, android.os.Bundle, android.app.PendingIntent)
or
ShadowSmsManager.downloadMultimediaMessage(android.content.Context, java.lang.String, android.net.Uri, android.os.Bundle, android.app.PendingIntent)
.Modifier and Type | Field | Description |
---|---|---|
protected String |
locationUrl |
|
protected PendingIntent |
pendingIntent |
Modifier | Constructor | Description |
---|---|---|
protected |
MultimediaMessageParams(Uri contentUri,
String locationUrl,
Bundle configOverrides,
PendingIntent pendingIntent) |
Modifier and Type | Method | Description |
---|---|---|
Bundle |
getConfigOverrides() |
|
Uri |
getContentUri() |
protected final String locationUrl
@Nullable protected final PendingIntent pendingIntent
protected MultimediaMessageParams(Uri contentUri, String locationUrl, @Nullable Bundle configOverrides, @Nullable PendingIntent pendingIntent)