|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Im.GroupMessages
public static final class Im.GroupMessages
This table contains group messages.
| Field Summary | |
|---|---|
static String |
CONTENT_ITEM_TYPE
The MIME type of a CONTENT_URI subdirectory of a single
group message. |
static String |
CONTENT_TYPE
The MIME type of CONTENT_URI providing a directory of
group messages. |
static Uri |
CONTENT_URI
The content:// style URL for this table |
static Uri |
CONTENT_URI_GROUP_MESSAGES_BY
The content:// style URL for group messages by provider and account |
static String |
DEFAULT_SORT_ORDER
The default sort order for this table |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Fields inherited from interface android.provider.Im.GroupMessageColumns |
|---|
GROUP |
| Fields inherited from interface android.provider.Im.BaseMessageColumns |
|---|
BODY, CONTACT, DATE, ERROR_CODE, ERROR_MESSAGE, PACKET_ID, TYPE |
| Method Summary | |
|---|---|
static Uri |
getContentUriByGroup(long groupId)
Gets the Uri to query group messages by group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
public static final Uri CONTENT_URI_GROUP_MESSAGES_BY
public static final String CONTENT_TYPE
CONTENT_URI providing a directory of
group messages.
public static final String CONTENT_ITEM_TYPE
CONTENT_URI subdirectory of a single
group message.
public static final String DEFAULT_SORT_ORDER
| Method Detail |
|---|
public static final Uri getContentUriByGroup(long groupId)
groupId - the group id.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||