public static class ShadowSmsManager.TextSmsParams
extends java.lang.Object
Constructor and Description |
---|
TextSmsParams(java.lang.String destinationAddress,
java.lang.String scAddress,
java.lang.String text,
android.app.PendingIntent sentIntent,
android.app.PendingIntent deliveryIntent) |
Modifier and Type | Method and Description |
---|---|
android.app.PendingIntent |
getDeliveryIntent() |
java.lang.String |
getDestinationAddress() |
java.lang.String |
getScAddress() |
android.app.PendingIntent |
getSentIntent() |
java.lang.String |
getText() |
public TextSmsParams(java.lang.String destinationAddress, java.lang.String scAddress, java.lang.String text, android.app.PendingIntent sentIntent, android.app.PendingIntent deliveryIntent)
public java.lang.String getDestinationAddress()
public java.lang.String getScAddress()
public java.lang.String getText()
public android.app.PendingIntent getSentIntent()
public android.app.PendingIntent getDeliveryIntent()