Language

BroadcastVisibilityType Enum

Definition

public enum BroadcastVisibilityType
type BroadcastVisibilityType = 
Inheritance
BroadcastVisibilityType

Fields

Name Value Description
Visible 0

The broadcast visibility type for visible services. Use this type when the service is visible from users and selectable by users via normal service navigation mechanisms.

Android reference for android.media.tv.TvContract.Channels.BROADCAST_VISIBILITY_TYPE_VISIBLE.

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.

NumericSelectableOnly 1

The broadcast visibility type for numeric selectable only services. Use this type when the service is invisible from users but selectable by users only via direct entry of the logical channel number.

Android reference for android.media.tv.TvContract.Channels.BROADCAST_VISIBILITY_TYPE_NUMERIC_SELECTABLE_ONLY.

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.

Invisible 2

The broadcast visibility type for invisible services. Use this type when the service is invisible from users and not able to be selected by users via any of the normal service navigation mechanisms.

Android reference for android.media.tv.TvContract.Channels.BROADCAST_VISIBILITY_TYPE_INVISIBLE.

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