Package org.robolectric.shadows
Class ShadowSmsManager.TextSmsParams
- java.lang.Object
-
- org.robolectric.shadows.ShadowSmsManager.TextSmsParams
-
- Enclosing class:
- ShadowSmsManager
public static class ShadowSmsManager.TextSmsParams extends Object
-
-
Constructor Summary
Constructors Constructor Description TextSmsParams(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
TextSmsParams(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent, long messageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PendingIntent
getDeliveryIntent()
String
getDestinationAddress()
long
getMessageId()
String
getScAddress()
PendingIntent
getSentIntent()
String
getText()
-
-
-
Constructor Detail
-
TextSmsParams
public TextSmsParams(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
-
TextSmsParams
public TextSmsParams(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent, long messageId)
-
-
Method Detail
-
getDestinationAddress
public String getDestinationAddress()
-
getScAddress
public String getScAddress()
-
getText
public String getText()
-
getSentIntent
public PendingIntent getSentIntent()
-
getDeliveryIntent
public PendingIntent getDeliveryIntent()
-
getMessageId
public long getMessageId()
-
-