Android ConnectedLink

The ConnectedLink is a representation of the connection between the Broadcaster and a Device
that has connected to it. The ConnectedLink is created by the other Device via discovering
and connecting to the Broadcaster. The ConnectedLink inherits from Link, which
provides the ability to send and receive commands. ConnectedLink is used to provide the
authorization callbacks.

Manage Listener

The listener instance to receive ConnectedLink events

Declaration

public void setListener(ConnectedLinkListener listener);

Discussion

The listener must implement the ConnectedLinkListener interface

Read More