public static class ShadowSmsManager.TextSmsParams extends Object
Constructor and Description |
---|
TextSmsParams(String destinationAddress,
String scAddress,
String text,
PendingIntent sentIntent,
PendingIntent deliveryIntent) |
Modifier and Type | Method and Description |
---|---|
PendingIntent |
getDeliveryIntent() |
String |
getDestinationAddress() |
String |
getScAddress() |
PendingIntent |
getSentIntent() |
String |
getText() |
public TextSmsParams(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
public String getDestinationAddress()
public String getScAddress()
public String getText()
public PendingIntent getSentIntent()
public PendingIntent getDeliveryIntent()