Android.Media.TV.TvView Members

The members of Android.Media.TV.TvView are listed below.

See Also: Inherited members from Android.Views.ViewGroup

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DispatchUnhandledInputEvent(Android.Views.InputEvent) : bool
Dispatches an unhandled input event to the next receiver.
GetSelectedTrack(TvTrackInfoType) : string
Returns the ID of the selected track for a given type.
GetTracks(TvTrackInfoType) : IList<TvTrackInfo>
Returns the list of tracks.
OnUnhandledInputEvent(Android.Views.InputEvent) : bool
Called when an unhandled input event also has not been handled by the user provided callback.
Reset()
Resets this TvView.
SelectTrack(TvTrackInfoType, string)
Selects a track.
SetCallback(TvView.TvInputCallback)
Sets the callback to be invoked when an event is dispatched to this TvView.
SetCaptionEnabled(bool)
Enables or disables the caption in this TvView.
SetOnUnhandledInputEventListener(TvView.IOnUnhandledInputEventListener)
Registers a callback to be invoked when an input event is not handled by the bound TV input.
SetStreamVolume(float)
Sets the relative stream volume of this session to handle a change of audio focus.
Tune(string, Android.Net.Uri)
Tunes to a given channel.

Protected Methods

override
OnLayout(bool, int, int, int, int)
Called from layout when this view should assign a size and position to each of its children.

Public Events

UnhandledInputEventDocumentation for this section has not yet been entered.