有可能知道用户在我们的应用程序上提供了什么评级?使用 Google 提供的 InAppReview 库

It is possible to know what rating user provided on our app? using InAppReview lib provided by Google

我将开始在我的应用中实现应用内评论功能。但我想知道 用户 在显示评论对话框后给出的评分是多少。有可能的? Google play 设置的 time bound 是什么,以便下次显示 InAppReview 弹出窗口

暂时没有。

关于 here states that the callback after the launchReviewFlow 的文档已完成 returns 没有。

flow.addOnCompleteListener(task -> {
    // The flow has finished. The API does not indicate whether the user
    // reviewed or not, or even whether the review dialog was shown. Thus, no
    // matter the result, we continue our app flow.
});

如果您觉得这些信息对您很重要,请考虑提出功能请求。