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