Interface ICompanionProtocolListener
- Namespace
- AppleTvControlLibrary.Protocol
- Assembly
- AppleTvControlLibrary.dll
Listener interface for a Companion protocol instance.
public interface ICompanionProtocolListener
Methods
EventReceived(string, Dictionary<object, object?>)
An event was received from the remote device.
void EventReceived(string eventName, Dictionary<object, object?> data)
Parameters
eventNamestringThe event identifier (the message's
_ifield).dataDictionary<object, object>The event content (the message's
_cfield).