TvContract.Channels.BroadcastVisibilityTypeNumericSelectableOnly 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.
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.
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.