android.provider
Class Im.OutgoingRmq
java.lang.Object
android.provider.Im.OutgoingRmq
- All Implemented Interfaces:
- BaseColumns, Im.OutgoingRmqColumns
- Enclosing class:
- Im
public static final class Im.OutgoingRmq
- extends Object
- implements BaseColumns, Im.OutgoingRmqColumns
The table for storing outgoing rmq packets.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_URI
public static final Uri CONTENT_URI
- The content:// style URL for this table.
CONTENT_URI_FOR_HIGHEST_RMQ_ID
public static final Uri CONTENT_URI_FOR_HIGHEST_RMQ_ID
- The content:// style URL for the highest rmq id for the outgoing rmq messages
DEFAULT_SORT_ORDER
public static final String DEFAULT_SORT_ORDER
- The default sort order for this table.
- See Also:
- Constant Field Values
Im.OutgoingRmq
public Im.OutgoingRmq()
queryHighestRmqId
public static final long queryHighestRmqId(ContentResolver resolver)
- queryHighestRmqId
- Parameters:
resolver - the content resolver
- Returns:
- the highest rmq id assigned to the rmq packet, or 0 if there are no rmq packets
in the OutgoingRmq table.
Please submit a feedback, bug or feature