CastStateListener

public interface CastStateListener

A listener interface for monitoring the current CastState.

Public Method Summary

abstract void
onCastStateChanged(int newState)
Called when the current CastState changes.

Public Methods

public abstract void onCastStateChanged (int newState)

Called when the current CastState changes. This method is called on the main thread.