setListener

void setListener(@NonNull() AnalysisFragmentListener listener)

Set a listener for analysis events.

By default the hosting Activity is expected to implement the AnalysisFragmentListener. In case that is not feasible you may set the listener using this method.

Note: the listener is expected to be available until the fragment is attached to an activity. Make sure to set the listener before that.

Parameters

listener