public interface SambaCastListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(com.google.android.gms.cast.framework.CastSession castSession)
Dispatched when a connection is established with Chromecast.
|
void |
onDisconnected()
Dispatched when a connection is close with Chromecast.
|