AppPromo.RateReminder.ResetCounters C# (CSharp) Method

ResetCounters() public method

Resets the reminder counters and whether or not reminders have been shown.
public ResetCounters ( ) : void
return void
        public void ResetCounters()
        {
            rateHelper.ResetCounters();
        }