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