RateBottomSheet
RateBottomSheet copied to clipboard
To help to promote your android app by prompting users to rate your app in a BottomSheet ⭐️
added possibility to customize packageName or url; added AskInfo.kt and RateInfo.kt for customizing texts; refactoring. fix #14
I always found this warning in my console ``` StrictMode policy violation; ~duration=1 ms: android.os.strictmode.DiskReadViolation at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) at java.io.File.exists(File.java:815) at android.app.ContextImpl.getDataDir(ContextImpl.java:2253) at android.app.ContextImpl.getPreferencesDir(ContextImpl.java:550) at android.app.ContextImpl.getSharedPreferencesPath(ContextImpl.java:747) at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:400) at...
Hi, Quite interesting work... I wonder if it's possible for you to add a feature to set custom intent for the rating button in order to be able to direct...
Any way to know when a bottom sheet is shown to the user?