countTabsAccessedWithinRange

abstract fun countTabsAccessedWithinRange(accessOlderThan: Long, accessNotMoreThan: Long? = null): Int

Returns the number of tabs, given a range of days within which the tab was last accessed.

Return

the number of tabs that are inactive

Parameters

accessOlderThan

the minimum number of days (exclusive) since the tab was last accessed

accessNotMoreThan

the maximum number of days (inclusive) since the tab was last accessed (optional)