Added in API level 1

GenresColumns

interface GenresColumns
android.provider.MediaStore.Audio.GenresColumns

Audio genre metadata columns.

Summary

Constants
static String

The name of the genre
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.

Constants

NAME

Added in API level 1
static val NAME: String

The name of the genre
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: "name"