Skip to content

onClickButton() callback may not happen always #115

@rpattabi

Description

@rpattabi

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions