public interface MultiPageReviewFragmentInterface
Modifier and Type | Method and Description |
---|---|
void |
setListener(MultiPageReviewFragmentListener listener)
Set a listener for multi-page review events.
|
void setListener(MultiPageReviewFragmentListener listener)
By default the hosting Activity is expected to implement the MultiPageReviewFragmentListener
. 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.
listener
- MultiPageReviewFragmentListener
instance