TvContract.Channels.ColumnVersionNumber Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The version number of this row entry used by TV input services.
[Android.Runtime.Register("COLUMN_VERSION_NUMBER")]
public const string ColumnVersionNumber;
[<Android.Runtime.Register("COLUMN_VERSION_NUMBER")>]
val mutable ColumnVersionNumber : string
Field Value
- Attributes
Remarks
The version number of this row entry used by TV input services.
This is best used by sync adapters to identify the rows to update. The number can be defined by individual TV input services. One may assign the same value as version_number
that appears in ETSI EN 300 468 or ATSC A/65, if the data are coming from a TV broadcast.
Type: INTEGER
Java documentation for android.media.tv.TvContract.Channels.COLUMN_VERSION_NUMBER
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.