Skip to content

Commit aa7cb05

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 14fd5ad + 6ff1146 commit aa7cb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-12-26-play-store-rating-prompt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ So, why add complexity to a fairly simple to use library? Well, there are a few
6969
### Requirements
7070

7171
1. **Simple to use**: Any ViewModel that wants to display a review prompt shouldn't need to keep track of the request status, handle errors etc. It should just be able to request the prompt's appearance, and optionally pre-load.
72-
2. **Remotely configurable triggers**: I want to be able to remotely control where this prompt appears. For example, I may want to disable it appearing after a successful bud due to some unrelated technical issue.
72+
2. **Remotely configurable triggers**: I want to be able to remotely control where this prompt appears. For example, I may want to disable it appearing after a successful bid due to some unrelated technical issue.
7373
3. **Triggered on button click or without specific interaction**: The review prompt should be triggerable by a variety of trigger types`^`.
7474
4. **Able to remotely disable**: In case there's some catastrophic issue in Google's library, I want the ability to ensure it isn't relied upon at all if there's no enabled triggers.
7575
5. **Requests aren't spammed**: Whilst Google [doesn't explicitly state quotas](https://developer.android.com/guide/playcore/in-app-review#quotas), they do say:

0 commit comments

Comments
 (0)