|
||||||||||
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 |
---|
public static final int STATUS_ON_SIM_FREE
public static final int STATUS_ON_SIM_READ
public static final int STATUS_ON_SIM_UNREAD
public static final int STATUS_ON_SIM_SENT
public static final int STATUS_ON_SIM_UNSENT
public static final int RESULT_ERROR_GENERIC_FAILURE
public static final int RESULT_ERROR_RADIO_OFF
public static final int RESULT_ERROR_NULL_PDU
public static final int RESULT_ERROR_NO_SERVICE
Method Detail |
---|
public static final SmsManager getDefault()
public final void sendTextMessage(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent)
public final ArrayList<String> divideMessage(String text)
public final void sendMultipartTextMessage(String destinationAddress, String scAddress, ArrayList<String> parts, ArrayList<PendingIntent> sentIntents, ArrayList<PendingIntent> deliveryIntents)
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 |