From 4e03a1d725c33d171dd8cbc962b87fc9c2186f0c Mon Sep 17 00:00:00 2001 From: Fotis Dimanidis Date: Wed, 4 May 2016 14:46:32 +0200 Subject: [PATCH] Updated Readme to include resetCounters() & resetUsageCounters() --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 081fff7..1cbef07 100644 --- a/README.md +++ b/README.md @@ -296,9 +296,13 @@ The `reviewURLString()` function is the review URL string, generated by substitu Armchair.ratingConditionsHaveBeenMet() -> Bool -`resetCounters()` resets all counters manually. This resets UseCount, SignificantEventCount and FirstUseDate (daysUntilPrompt). +`resetUsageCounters()` resets app usage counters. Calling this method resets UseCount, SignificantEventCount and FirstUseDate (daysUntilPrompt). - Armchair.resetCounters() + Armchair.resetUsageCounters() + +`resetAllCounters()` resets all counters. Calling thid method resets every value tracked by Armachair. + + Armchair.resetAllCounters() ##### iOS Only Functions