Table of Contents

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

eventName string

The event identifier (the message's _i field).

data Dictionary<object, object>

The event content (the message's _c field).