TvContractCompat.BaseTvColumns

interface TvContractCompat.BaseTvColumns : BaseColumns

Known direct subclasses
TvContractCompat.Channels

Column definitions for the TV channels table.

TvContractCompat.PreviewPrograms

Column definitions for the preview TV programs table.

TvContractCompat.Programs

Column definitions for the TV programs table.

TvContractCompat.RecordedPrograms

Column definitions for the recorded TV programs table.

TvContractCompat.WatchNextPrograms

Column definitions for the "watch next" TV programs table.


Common base for the tables of TV channels/programs.

Summary

Constants

const String!
COLUMN_PACKAGE_NAME = "package_name"

The name of the package that owns the current row.

Inherited Constants

From android.provider.BaseColumns
const String!
_COUNT = "_count"
const String!
_ID = "_id"

Constants

COLUMN_PACKAGE_NAME

Added in 1.1.0-alpha02
const val COLUMN_PACKAGE_NAME = "package_name": String!

The name of the package that owns the current row.

The TV provider fills in this column with the name of the package that provides the initial data of the row. If the package is later uninstalled, the rows it owns are automatically removed from the tables.

Type: TEXT