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