ReviewFragmentInterface

Methods which Review Fragment must implement.

public interface ReviewFragmentInterface

Functions

setListener
Link copied to clipboard

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 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.

abstract void setListener(ReviewFragmentListener listener)

Inheritors

ReviewActivity
Link copied to clipboard
ReviewFragmentImpl
Link copied to clipboard
ReviewFragmentCompat
Link copied to clipboard