belongs to Maven artifact com.android.support:support-tv-provider:28.0.0-alpha1
TvContractCompat.BaseTvColumns
  public
  static
  
  
  interface
  TvContractCompat.BaseTvColumns
  
  
      implements
      
        BaseColumns
      
  
  
| android.support.media.tv.TvContractCompat.BaseTvColumns | 
|  Known Indirect Subclasses | 
Common base for the tables of TV channels/programs.
Summary
| Constants | |
|---|---|
| String | COLUMN_PACKAGE_NAMEThe name of the package that owns the current row. | 
| Inherited constants | 
|---|
|  From
  interface 
    android.provider.BaseColumns
   | 
Constants
COLUMN_PACKAGE_NAME
String COLUMN_PACKAGE_NAME
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
Constant Value: "package_name"
- Interfaces
- Classes- Channel
- Channel.Builder
- ChannelLogoUtils
- PreviewProgram
- PreviewProgram.Builder
- Program
- Program.Builder
- R
- R.attr
- R.bool
- R.color
- R.dimen
- R.drawable
- R.id
- R.integer
- R.layout
- R.string
- R.style
- R.styleable
- TvContractCompat
- TvContractCompat.Channels
- TvContractCompat.Channels.Logo
- TvContractCompat.PreviewPrograms
- TvContractCompat.Programs
- TvContractCompat.Programs.Genres
- TvContractCompat.RecordedPrograms
- TvContractCompat.WatchNextPrograms
- WatchNextProgram
- WatchNextProgram.Builder
 
