Compartilhar via


TvContract.Channels.ColumnBroadcastVisibilityType Field

Definition

The broadcast visibility type of this TV channel.

[Android.Runtime.Register("COLUMN_BROADCAST_VISIBILITY_TYPE", ApiSince=36)]
public const string ColumnBroadcastVisibilityType;
[<Android.Runtime.Register("COLUMN_BROADCAST_VISIBILITY_TYPE", ApiSince=36)>]
val mutable ColumnBroadcastVisibilityType : string

Field Value

Attributes

Remarks

The broadcast visibility type of this TV channel.

This is used to indicate the broadcast visibility type defined in the underlying broadcast standard or country/operator profile, if applicable. For example, visible_service_flag and numeric_selection_flag of service_attribute_descriptor in D-Book, the specification for UK-based TV products, visible_service_flag and selectable_service_flag of ciplus_service_descriptor in the CI Plus 1.3 specification.

The value should match one of the following: #BROADCAST_VISIBILITY_TYPE_VISIBLE, #BROADCAST_VISIBILITY_TYPE_NUMERIC_SELECTABLE_ONLY, and #BROADCAST_VISIBILITY_TYPE_INVISIBLE.

If not specified, this value is set to #BROADCAST_VISIBILITY_TYPE_VISIBLE by default.

Type: INTEGER

Java documentation for android.media.tv.TvContract.Channels.COLUMN_BROADCAST_VISIBILITY_TYPE.

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