Package org.robolectric.shadows
Class ShadowSmsManager.SendMultimediaMessageParams
- java.lang.Object
-
- org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
-
- org.robolectric.shadows.ShadowSmsManager.SendMultimediaMessageParams
-
- Enclosing class:
- ShadowSmsManager
public static final class ShadowSmsManager.SendMultimediaMessageParams extends ShadowSmsManager.MultimediaMessageParams
-
-
Field Summary
-
Fields inherited from class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
locationUrl, messageId, pendingIntent
-
-
Constructor Summary
Constructors Constructor Description SendMultimediaMessageParams(Uri contentUri, String locationUrl, Bundle configOverrides, PendingIntent pendingIntent, long messageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocationUrl()
PendingIntent
getSentIntent()
-
Methods inherited from class org.robolectric.shadows.ShadowSmsManager.MultimediaMessageParams
getConfigOverrides, getContentUri, getMessageId
-
-
-
-
Constructor Detail
-
SendMultimediaMessageParams
public SendMultimediaMessageParams(Uri contentUri, @Nullable String locationUrl, @Nullable Bundle configOverrides, @Nullable PendingIntent pendingIntent, long messageId)
-
-
Method Detail
-
getLocationUrl
@Nullable public String getLocationUrl()
-
getSentIntent
@Nullable public PendingIntent getSentIntent()
-
-