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
Modifier and Type Method Description PendingIntent
getDeliveryIntent()
String
getDestinationAddress()
long
getMessageId()
String
getScAddress()
PendingIntent
getSentIntent()
String
getText()
-
Constructor Details
-
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 Details
-
getDestinationAddress
-
getScAddress
-
getText
-
getSentIntent
-
getDeliveryIntent
-
getMessageId
public long getMessageId()
-