Package org.robolectric.shadows
Class ShadowSmsManager.DataMessageParams
- java.lang.Object
-
- org.robolectric.shadows.ShadowSmsManager.DataMessageParams
-
- Enclosing class:
- ShadowSmsManager
public static class ShadowSmsManager.DataMessageParams extends Object
-
-
Constructor Summary
Constructors Constructor Description DataMessageParams(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
PendingIntent
getDeliveryIntent()
String
getDestinationAddress()
short
getDestinationPort()
String
getScAddress()
PendingIntent
getSentIntent()
-
-
-
Constructor Detail
-
DataMessageParams
public DataMessageParams(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
-
-
Method Detail
-
getDestinationAddress
public String getDestinationAddress()
-
getScAddress
public String getScAddress()
-
getDestinationPort
public short getDestinationPort()
-
getData
public byte[] getData()
-
getSentIntent
public PendingIntent getSentIntent()
-
getDeliveryIntent
public PendingIntent getDeliveryIntent()
-
-