Package org.robolectric.shadows
Class ShadowSmsManager.TextMultipartParams
- java.lang.Object
-
- org.robolectric.shadows.ShadowSmsManager.TextMultipartParams
-
- Enclosing class:
- ShadowSmsManager
public static class ShadowSmsManager.TextMultipartParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextMultipartParams(java.lang.String destinationAddress, java.lang.String scAddress, java.util.ArrayList<java.lang.String> parts, java.util.ArrayList<android.app.PendingIntent> sentIntents, java.util.ArrayList<android.app.PendingIntent> deliveryIntents)TextMultipartParams(java.lang.String destinationAddress, java.lang.String scAddress, java.util.List<java.lang.String> parts, java.util.List<android.app.PendingIntent> sentIntents, java.util.List<android.app.PendingIntent> deliveryIntents, long messageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<android.app.PendingIntent>getDeliveryIntents()java.lang.StringgetDestinationAddress()longgetMessageId()java.util.List<java.lang.String>getParts()java.lang.StringgetScAddress()java.util.List<android.app.PendingIntent>getSentIntents()
-
-
-
Constructor Detail
-
TextMultipartParams
public TextMultipartParams(java.lang.String destinationAddress, java.lang.String scAddress, java.util.ArrayList<java.lang.String> parts, java.util.ArrayList<android.app.PendingIntent> sentIntents, java.util.ArrayList<android.app.PendingIntent> deliveryIntents)
-
TextMultipartParams
public TextMultipartParams(java.lang.String destinationAddress, java.lang.String scAddress, java.util.List<java.lang.String> parts, java.util.List<android.app.PendingIntent> sentIntents, java.util.List<android.app.PendingIntent> deliveryIntents, long messageId)
-
-
Method Detail
-
getDestinationAddress
public java.lang.String getDestinationAddress()
-
getScAddress
public java.lang.String getScAddress()
-
getParts
public java.util.List<java.lang.String> getParts()
-
getSentIntents
public java.util.List<android.app.PendingIntent> getSentIntents()
-
getDeliveryIntents
public java.util.List<android.app.PendingIntent> getDeliveryIntents()
-
getMessageId
public long getMessageId()
-
-