setListener

abstract void setListener(@NonNull() ReviewFragmentListener listener)

Set a listener for review events.

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

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

Parameters

listener