You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Option to handle session increments manually by setting `incrementSessionsAutomatically(false)` in Builder and using `incrementSessionCount()` helper function
7
+
- Add click listeners for positive button and negative button
Copy file name to clipboardExpand all lines: README.md
+38-61Lines changed: 38 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# Smart App Rate
2
2
3
-
Smart app rate dialog for Android which takes user rating into consideration. If the user rates the app below the defined threshold rating, the dialog will change into a feedback form. Otherwise, It will take the user to the
4
-
Google PlayStore.
3
+
Smart app rate dialog for Android which takes user rating into consideration. If the user rates the app below the defined threshold rating, the dialog will change into a feedback form. Otherwise, It
4
+
will take the user to the Google PlayStore.
5
5
6
6

7
7
8
8
## Features
9
+
9
10
- Auto fetches the app icon to appear on top of the dialog
10
11
- Make the dialog appear on a defined app session
11
12
- Opens Feedback form if the user rates below the minimum threshold
@@ -14,79 +15,53 @@ Google PlayStore.
14
15
- Customizable button colors and backgrounds
15
16
- Override dialog redirection to Google Play or Feedback form according to your needs
16
17
17
-
If you want the dialog to appear on the Nth session of the app, just add the `session(N)` to the dialog builder method
18
-
and move the code to the `onCreate()` method of your Activity class. The dialog will appear when the app is opened for the Nth time.
18
+
If you want the dialog to appear on the Nth session of the app, just add the `session(N)` to the dialog builder method and move the code to the `onCreate()` method of your Activity class. The dialog
19
+
will appear when the app is opened for the Nth time.
0 commit comments