set Listener
abstract void setListener(@NonNull() MultiPageReviewFragmentListener listener)
Content copied to clipboard
Set a listener for multi-page review events.
By default the hosting Activity is expected to implement the . In case that is not feasible you may set the listener usingthis method.
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
MultiPageReviewFragmentListener instance