mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-07-11 15:22:51 +02: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
|
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
|
##### iOS Only Functions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user