Package org.robolectric.shadows
Class ShadowSmsManager.MultimediaMessageParams
java.lang.Object
org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
- Direct Known Subclasses:
ShadowSmsManager.DownloadMultimediaMessageParams
,ShadowSmsManager.SendMultimediaMessageParams
- Enclosing class:
- ShadowSmsManager
Base class for testable parameters from calls to either
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)
.-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final long
protected final PendingIntent
-
Constructor Summary
ModifierConstructorDescriptionprotected
MultimediaMessageParams
(Uri contentUri, String locationUrl, Bundle configOverrides, PendingIntent pendingIntent, long messageId) -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Field Details
-
locationUrl
-
pendingIntent
-
messageId
protected final long messageId
-
-
Constructor Details
-
MultimediaMessageParams
protected MultimediaMessageParams(Uri contentUri, String locationUrl, Bundle configOverrides, PendingIntent pendingIntent, long messageId)
-
-
Method Details
-
getContentUri
-
getConfigOverrides
-
getMessageId
public long getMessageId()
-