public static class ShadowSmsManager.DataMessageParams extends Object
Constructor and Description |
---|
DataMessageParams(String destinationAddress,
String scAddress,
short destinationPort,
byte[] data,
PendingIntent sentIntent,
PendingIntent deliveryIntent) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
PendingIntent |
getDeliveryIntent() |
String |
getDestinationAddress() |
short |
getDestinationPort() |
String |
getScAddress() |
PendingIntent |
getSentIntent() |
public DataMessageParams(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
public String getDestinationAddress()
public String getScAddress()
public short getDestinationPort()
public byte[] getData()
public PendingIntent getSentIntent()
public PendingIntent getDeliveryIntent()