ConnectionCallback

public interface ConnectionCallback

Callback for receiving updates about the state of CaptureClient connection to the Capture service The client is only usable after the connection state has changed to connected.

Methods

onConnectionStateChanged

void onConnectionStateChanged(ConnectionState state)

Called when the connection state changes.

Parameters: