Draft
class Draft : BaseColumns, Telephony.TextBasedSmsColumns
kotlin.Any | |
↳ | android.provider.Telephony.Sms.Draft |
Contains all draft text-based SMS messages in the SMS app.
Summary
Constants | |
---|---|
static String |
The default sort order for this table. |
Inherited constants | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
TextBasedSmsColumns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
BaseColumns
|
Properties | |
---|---|
static Uri! |
The |
Constants
DEFAULT_SORT_ORDER
static val DEFAULT_SORT_ORDER: String
The default sort order for this table.
Value: "date DESC"
Properties
CONTENT_URI
static val CONTENT_URI: Uri!
The content://
style URL for this table.