FrecencyThresholdOption

public enum FrecencyThresholdOption
extension FrecencyThresholdOption: Equatable, Hashable

Frecency threshold options for fetching top frecent sites. Requests a page that was visited with a frecency score greater or equal to the value associated with the enums

  • Returns all visited pages. The frecency score is 0

    Declaration

    Swift

    case none
  • Skip visited pages that were only visited once. The frecency score is 101

    Declaration

    Swift

    case skipOneTimePages