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