Sprache

TvContract.PreviewPrograms.ColumnBrowsable Field

Definition

The flag indicating whether this TV program 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 program 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 that the program is browsable and can be shown to users in the UI. A value of 0 indicates that the program should be hidden from users and the application who changes this value to 0 should send TvContract.ACTION_WATCH_NEXT_PROGRAM_BROWSABLE_DISABLED to the owner of the program to notify this change.

This value is set to 1 (browsable) by default.

Type: INTEGER (boolean)

Android reference for android.media.tv.TvContract.PreviewPrograms.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.

Applies to