public static class ShadowSmsManager.DataMessageParams extends Object
| Constructor and Description |
|---|
DataMessageParams(String destinationAddress,
String scAddress,
short destinationPort,
byte[] data,
android.app.PendingIntent sentIntent,
android.app.PendingIntent deliveryIntent) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
android.app.PendingIntent |
getDeliveryIntent() |
String |
getDestinationAddress() |
short |
getDestinationPort() |
String |
getScAddress() |
android.app.PendingIntent |
getSentIntent() |
public String getDestinationAddress()
public String getScAddress()
public short getDestinationPort()
public byte[] getData()
public android.app.PendingIntent getSentIntent()
public android.app.PendingIntent getDeliveryIntent()
Copyright © 2016. All rights reserved.