Added in API level 29

DownloadColumns

interface DownloadColumns : MediaStore.MediaColumns
android.provider.MediaStore.DownloadColumns

Download metadata columns.

Summary

Constants
static String

Uri indicating where the item has been downloaded from.

static String

Uri indicating HTTP referer of DOWNLOAD_URI.

Inherited constants

Constants

DOWNLOAD_URI

Added in API level 29
static val DOWNLOAD_URI: String

Uri indicating where the item has been downloaded from.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .

Value: "download_uri"

REFERER_URI

Added in API level 29
static val REFERER_URI: String

Uri indicating HTTP referer of DOWNLOAD_URI.
This constant represents a column name that can be used with a android.content.ContentProvider through a android.content.ContentValues or android.database.Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .

Value: "referer_uri"