com.google.android.gms.cast.Cast.MessageReceivedCallback |
Known Indirect Subclasses
RemoteMediaPlayer |
Class for controlling a media player application running on a receiver.
|
|
Class Overview
The interface to process received messages from a CastDevice
.
Public Methods
public
abstract
void
onMessageReceived
(CastDevice castDevice, String namespace, String message)
Called when a message is received from a given CastDevice
.
Parameters
castDevice
| The castDevice from whence the message originated. |
namespace
| The namespace of the received message. |
message
| The received payload for the message.
|