diff --git a/README.md b/README.md index a85590a..081fff7 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,10 @@ The `reviewURLString()` function is the review URL string, generated by substitu `ratingConditionsHaveBeenMet()` returns true when all of the setup conditions to display a prompt have been met. Armchair.ratingConditionsHaveBeenMet() -> Bool + +`resetCounters()` resets all counters manually. This resets UseCount, SignificantEventCount and FirstUseDate (daysUntilPrompt). + + Armchair.resetCounters() ##### iOS Only Functions