public static class ShadowSmsManager.TextMultipartParams extends Object
Constructor and Description |
---|
TextMultipartParams(String destinationAddress,
String scAddress,
ArrayList<String> parts,
ArrayList<PendingIntent> sentIntents,
ArrayList<PendingIntent> deliveryIntents) |
Modifier and Type | Method and Description |
---|---|
List<PendingIntent> |
getDeliveryIntents() |
String |
getDestinationAddress() |
List<String> |
getParts() |
String |
getScAddress() |
List<PendingIntent> |
getSentIntents() |
public TextMultipartParams(String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents)
public String getDestinationAddress()
public String getScAddress()
public List<PendingIntent> getSentIntents()
public List<PendingIntent> getDeliveryIntents()