TvContract.Channels.ColumnBrowsable 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 flag indicating whether this TV channel is browsable or not.
[Android.Runtime.Register("COLUMN_BROWSABLE", ApiSince=26)]
public const string ColumnBrowsable;
[<Android.Runtime.Register("COLUMN_BROWSABLE", ApiSince=26)>]
val mutable ColumnBrowsable : string
Field Value
- Attributes
Remarks
The flag indicating whether this TV channel is browsable or not.
This column can only be set by applications having proper system permission. For other applications, this is a read-only column.
A value of 1 indicates the channel is included in the channel list that applications use to browse channels, a value of 0 indicates the channel is not included in the list. If not specified, this value is set to 0 (not browsable) by default.
Type: INTEGER (boolean)
Java documentation for android.media.tv.TvContract.Channels.COLUMN_BROWSABLE
.
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.