MediaStore.DownloadColumns

public static interface MediaStore.DownloadColumns
implements MediaStore.MediaColumns

android.provider.MediaStore.DownloadColumns


Download metadata columns.

Summary

Constants

String DOWNLOAD_URI

Uri indicating where the item has been downloaded from.

String REFERER_URI

Uri indicating HTTP referer of DOWNLOAD_URI.

Inherited constants

Constants

DOWNLOAD_URI

Added in API level 29
public static final String DOWNLOAD_URI

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

Constant Value: "download_uri"

REFERER_URI

Added in API level 29
public static final String REFERER_URI

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

Constant Value: "referer_uri"