java.lang.Object | |
↳ | android.media.tv.TvInputManager.TvInputCallback |
Callback used to monitor status of the TV inputs.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is called when a TV input is added to the system.
| |||||||||||
This is called when a TV input is removed from the system.
| |||||||||||
This is called when the state of a given TV input is changed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This is called when a TV input is added to the system.
Normally it happens when the user installs a new TV input package that implements
TvInputService
interface.
inputId | The id of the TV input. |
---|
This is called when a TV input is removed from the system.
Normally it happens when the user uninstalls the previously installed TV input package.
inputId | The id of the TV input. |
---|
This is called when the state of a given TV input is changed.
inputId | The id of the TV input. |
---|---|
state | State of the TV input. The value is one of the following: |