Package org.robolectric.shadows
Class ShadowSmsManager.TextSmsParams
java.lang.Object
org.robolectric.shadows.ShadowSmsManager.TextSmsParams
- Enclosing class:
- ShadowSmsManager
-
Constructor Summary
ConstructorDescriptionTextSmsParams
(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
-
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()
-