public static final class Telephony.Sms.Sent extends Object implements BaseColumns, Telephony.TextBasedSmsColumns
Modifier and Type | Field and Description |
---|---|
static Uri |
CONTENT_URI
The content:// style URL for this table
|
static String |
DEFAULT_SORT_ORDER
The default sort order for this table
|
_COUNT, _ID
ADDRESS, BODY, DATE, DATE_SENT, ERROR_CODE, LOCKED, MESSAGE_TYPE_ALL, MESSAGE_TYPE_DRAFT, MESSAGE_TYPE_FAILED, MESSAGE_TYPE_INBOX, MESSAGE_TYPE_OUTBOX, MESSAGE_TYPE_QUEUED, MESSAGE_TYPE_SENT, META_DATA, PERSON, PERSON_ID, PROTOCOL, READ, REPLY_PATH_PRESENT, SEEN, SERVICE_CENTER, STATUS, STATUS_COMPLETE, STATUS_FAILED, STATUS_NONE, STATUS_PENDING, SUBJECT, THREAD_ID, TYPE
Constructor and Description |
---|
Telephony.Sms.Sent() |
Modifier and Type | Method and Description |
---|---|
static Uri |
addMessage(ContentResolver resolver,
String address,
String body,
String subject,
Long date)
Add an SMS to the Draft box.
|
public static final Uri CONTENT_URI
public static final String DEFAULT_SORT_ORDER
public static Uri addMessage(ContentResolver resolver, String address, String body, String subject, Long date)
resolver
- the content resolver to useaddress
- the address of the senderbody
- the body of the messagesubject
- the psuedo-subject of the messagedate
- the timestamp for the message