config/pref_keys library

Constants

prefCustomCriteriaPrefix → const String
Prefix for custom criteria key values.
prefFirstLaunchDate → const String
Preference key to store the first date app was launched.
prefInCustomCoolDownModePrefix → const String
Prefix for custom criteria cool down mode flag.
prefInDaysCoolDownMode → const String
Preference key to flag if the logic is in cool down mode for days criteria. Cool down mode means the logic will start considering the minDays & minCooldown days together for days critera.
prefInTimesLaunchedCoolDownMode → const String
Preference key to flag if the logic is in cool down mode for launch times criteria. Cool down mode means the logic will start considering the minLaunchTimes & coolDownLaunchTimes together for launch times criteria.
prefLastReturnedTrue → const String
Preference key to store the last date true was returned from the shouldReview function.
prefShouldReview → const String
Preference key to control if the Should Review logic should run in the first place. If the logic should run, then the shouldReview function will always return false.
prefTimesLaunched → const String
Preference key to store number of times app was launched.