TvContract.PreviewPrograms.ColumnWeight 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 weight of the preview program within the channel.
[Android.Runtime.Register("COLUMN_WEIGHT", ApiSince=26)]
public const string ColumnWeight;
[<Android.Runtime.Register("COLUMN_WEIGHT", ApiSince=26)>]
val mutable ColumnWeight : string
Field Value
- Attributes
Remarks
The weight of the preview program within the channel.
The UI may choose to show this item in a different position in the channel row. A larger weight value means the program is more important than other programs having smaller weight values. The value is relevant for the preview programs in the same channel. This is only relevant to Channels#TYPE_PREVIEW
.
Can be empty.
Type: INTEGER
Java documentation for android.media.tv.TvContract.PreviewPrograms.COLUMN_WEIGHT
.
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.