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 SummaryConstructors Constructor Description DataMessageParams(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
- 
Method SummaryModifier and Type Method Description byte[]getData()PendingIntentgetDeliveryIntent()StringgetDestinationAddress()shortgetDestinationPort()StringgetScAddress()PendingIntentgetSentIntent()
- 
Constructor Details- 
DataMessageParamspublic DataMessageParams(String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent)
 
- 
- 
Method Details- 
getDestinationAddress
- 
getScAddress
- 
getDestinationPortpublic short getDestinationPort()
- 
getDatapublic byte[] getData()
- 
getSentIntent
- 
getDeliveryIntent
 
-