-
- All Implemented Interfaces:
public interface MultiPageReviewFragmentInterfaceMethods which the Multi-Page Review Fragment must implement.
-
-
Method Summary
Modifier and Type Method Description abstract voidsetListener(@NonNull() MultiPageReviewFragmentListener listener)Set a listener for multi-page review events. -
-
Method Detail
-
setListener
abstract void setListener(@NonNull() MultiPageReviewFragmentListener listener)
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 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- MultiPageReviewFragmentListener instance
-
-
-
-