public interface AppReview
Modifier and Type | Method and Description |
---|---|
void |
launchAppReviewFlow(android.app.Activity activity)
Request to launch the review flow, once the user has performed a reasonable action.
|
void |
userInteractionEvent(android.content.Context context)
User has interacted with the app in such a way as to update the conditions
to show the app rating window.
|
void userInteractionEvent(android.content.Context context)
context
- the context, use applicationContextvoid launchAppReviewFlow(android.app.Activity activity)
activity
- the activity instance