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