See Also: TvView Members
Displays TV contents. The TvView class provides a high level interface for applications to show TV programs from various TV sources that implement Android.Media.TV.TvInputService. (Note that the list of TV inputs available on the system can be obtained by calling TvInputManager.TvInputList.)
Once the application supplies the URI for a specific TV channel to TvView.Tune(string, Android.Net.Uri) method, it takes care of underlying service binding (and unbinding if the current TvView is already bound to a service) and automatically allocates/deallocates resources needed. In addition to a few essential methods to control how the contents are presented, it also provides a way to dispatch input events to the connected TvInputService in order to enable custom key actions for the TV input.