An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.
Apache License 2.0
231
stars
39
forks
source link
Can we change rating overview title after creating the dialog? #52
We have a requirement wherein we need to insert the user's name in the review overview's title, like so "Hey , how was your experience with this app?". Considering the text comes from the string resource during compilation time, is it possible to change it after creating the dialog with the create() method?
Hi @VinodRanganath, thanks for opening this issue. This is something I forgot to think about. Sadly it isn't possible at the moment but I will add this feature with the next release.
We have a requirement wherein we need to insert the user's name in the review overview's title, like so "Hey, how was your experience with this app?". Considering the text comes from the string resource during compilation time, is it possible to change it after creating the dialog with the create() method?