Compartir a través de


TvContract.Channels.BroadcastVisibilityTypeNumericSelectableOnly Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.TV.BroadcastVisibilityType enum directly instead of this field.

The broadcast visibility type for numeric selectable only services.

[Android.Runtime.Register("BROADCAST_VISIBILITY_TYPE_NUMERIC_SELECTABLE_ONLY", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.BroadcastVisibilityType enum directly instead of this field.", true)]
public const Android.Media.TV.BroadcastVisibilityType BroadcastVisibilityTypeNumericSelectableOnly = 1;
[<Android.Runtime.Register("BROADCAST_VISIBILITY_TYPE_NUMERIC_SELECTABLE_ONLY", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.BroadcastVisibilityType enum directly instead of this field.", true)>]
val mutable BroadcastVisibilityTypeNumericSelectableOnly : Android.Media.TV.BroadcastVisibilityType

Field Value

Value = 1
Attributes

Remarks

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.

Java documentation 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.

Applies to