Android APIs
public static abstract class

TvInputManager.TvInputListener

extends Object
java.lang.Object
   ↳ android.media.tv.TvInputManager.TvInputListener

Class Overview

Interface used to monitor status of the TV input.

Summary

Public Constructors
TvInputManager.TvInputListener()
Public Methods
void onAvailabilityChanged(String inputId, boolean isAvailable)
This is called when the availability status of a given TV input is changed.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TvInputManager.TvInputListener ()

Public Methods

public void onAvailabilityChanged (String inputId, boolean isAvailable)

This is called when the availability status of a given TV input is changed.

Parameters
inputId the id of the TV input.
isAvailable true if the given TV input is available to show TV programs. false otherwise.