java.lang.Object | |
↳ | android.provider.VoicemailContract.Voicemails |
Defines fields exposed through the /voicemail path of this content provider.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DATE | The date the voicemail was sent, in milliseconds since the epoch
Type: INTEGER (long) |
|||||||||
String | DIR_TYPE | The MIME type for a collection of voicemails. | |||||||||
String | DURATION | The duration of the voicemail in seconds. | |||||||||
String | HAS_CONTENT | Whether the media content for this voicemail is available for consumption. | |||||||||
String | IS_READ | Whether this item has been read or otherwise consumed by the user. | |||||||||
String | ITEM_TYPE | The MIME type for a single voicemail. | |||||||||
String | MIME_TYPE | MIME type of the media content for the voicemail. | |||||||||
String | NUMBER | Phone number of the voicemail sender. | |||||||||
String | SOURCE_DATA | Application-specific data available to the source application that inserted the voicemail. | |||||||||
String | SOURCE_PACKAGE | Package name of the source application that inserted the voicemail. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
| |||||||||||
From interface
android.provider.OpenableColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | URI to insert/retrieve voicemails. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A convenience method to build voicemail URI specific to a source package by appending
PARAM_KEY_SOURCE_PACKAGE param to the base URI. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The date the voicemail was sent, in milliseconds since the epoch
Type: INTEGER (long)
The MIME type for a collection of voicemails.
The duration of the voicemail in seconds.
Type: INTEGER (long)
Whether the media content for this voicemail is available for consumption.
Type: INTEGER (boolean)
Whether this item has been read or otherwise consumed by the user.
Type: INTEGER (boolean)
The MIME type for a single voicemail.
MIME type of the media content for the voicemail.
Type: TEXT
Phone number of the voicemail sender.
Type: TEXT
Application-specific data available to the source application that inserted the voicemail. This is typically used to store the source specific message id to identify this voicemail on the remote voicemail server.
Type: TEXT
Note that this is NOT the voicemail media content data.
Package name of the source application that inserted the voicemail.
Type: TEXT
A convenience method to build voicemail URI specific to a source package by appending
PARAM_KEY_SOURCE_PACKAGE
param to the base URI.