mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-23 09:51:42 +01:00
Updated Readme to include resetCounters() & resetUsageCounters()
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user