BroadcastVisibilityType Enum
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.
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 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. 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 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. |