|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.telephony.gsm.SmsManager
@Deprecated public final class SmsManager
| Field Summary | |
|---|---|
static int |
RESULT_ERROR_GENERIC_FAILURE
Deprecated. |
static int |
RESULT_ERROR_NO_SERVICE
Deprecated. |
static int |
RESULT_ERROR_NULL_PDU
Deprecated. |
static int |
RESULT_ERROR_RADIO_OFF
Deprecated. |
static int |
STATUS_ON_SIM_FREE
Deprecated. |
static int |
STATUS_ON_SIM_READ
Deprecated. |
static int |
STATUS_ON_SIM_SENT
Deprecated. |
static int |
STATUS_ON_SIM_UNREAD
Deprecated. |
static int |
STATUS_ON_SIM_UNSENT
Deprecated. |
| Method Summary | |
|---|---|
ArrayList<String> |
divideMessage(String text)
Deprecated. |
static SmsManager |
getDefault()
Deprecated. |
void |
sendDataMessage(String destinationAddress,
String scAddress,
short destinationPort,
byte[] data,
PendingIntent sentIntent,
PendingIntent deliveryIntent)
Deprecated. |
void |
sendMultipartTextMessage(String destinationAddress,
String scAddress,
ArrayList<String> parts,
ArrayList<PendingIntent> sentIntents,
ArrayList<PendingIntent> deliveryIntents)
Deprecated. |
void |
sendTextMessage(String destinationAddress,
String scAddress,
String text,
PendingIntent sentIntent,
PendingIntent deliveryIntent)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final int STATUS_ON_SIM_FREE
@Deprecated public static final int STATUS_ON_SIM_READ
@Deprecated public static final int STATUS_ON_SIM_UNREAD
@Deprecated public static final int STATUS_ON_SIM_SENT
@Deprecated public static final int STATUS_ON_SIM_UNSENT
@Deprecated public static final int RESULT_ERROR_GENERIC_FAILURE
@Deprecated public static final int RESULT_ERROR_RADIO_OFF
@Deprecated public static final int RESULT_ERROR_NULL_PDU
@Deprecated public static final int RESULT_ERROR_NO_SERVICE
| Method Detail |
|---|
@Deprecated public static final SmsManager getDefault()
@Deprecated
public final void sendTextMessage(String destinationAddress,
String scAddress,
String text,
PendingIntent sentIntent,
PendingIntent deliveryIntent)
@Deprecated public final ArrayList<String> divideMessage(String text)
@Deprecated
public final void sendMultipartTextMessage(String destinationAddress,
String scAddress,
ArrayList<String> parts,
ArrayList<PendingIntent> sentIntents,
ArrayList<PendingIntent> deliveryIntents)
@Deprecated
public final void sendDataMessage(String destinationAddress,
String scAddress,
short destinationPort,
byte[] data,
PendingIntent sentIntent,
PendingIntent deliveryIntent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||