Android APIs
public static abstract class

TvView.TvInputListener

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

Class Overview

Interface used to receive various status updates on the TvView.

Summary

Public Constructors
TvView.TvInputListener()
Public Methods
void onError(String inputId, int errorCode)
This is invoked when an error occurred while handling requested operation.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TvView.TvInputListener ()

Public Methods

public void onError (String inputId, int errorCode)

This is invoked when an error occurred while handling requested operation.

Parameters
inputId The ID of the TV input bound to this view.
errorCode The error code. For the details of error code, please see TvView.