-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Description
I found that my callback for onClickButton() did not happen. I just followed what is recommended in README.
AppRate.with(this)
.setDebug(BuildConfig.DEBUG)
.setInstallDays(5)
.setLaunchTimes(4)
.setRemindInterval(3)
.setShowLaterButton(true)
.setOnClickButtonListener(new OnClickButtonListener() {
@Override
public void onClickButton(int which) {
==> Log.d("Rate", "onClickButton: " + which);
}
})
.monitor();
mtst99
Metadata
Metadata
Assignees
Labels
No labels