VisitType

public enum VisitType
extension VisitType: Equatable, Hashable
  • This transition type means the user followed a link.

    Declaration

    Swift

    case link
  • This transition type means that the user typed the page’s URL in the URL bar or selected it from UI (URL bar autocomplete results, etc)

    Declaration

    Swift

    case typed
  • Declaration

    Swift

    case bookmark
  • Declaration

    Swift

    case embed
  • Declaration

    Swift

    case redirectPermanent
  • Declaration

    Swift

    case redirectTemporary
  • Declaration

    Swift

    case download
  • Declaration

    Swift

    case framedLink
  • Declaration

    Swift

    case reload
  • Internal visit type used for meta data updates. Doesn’t represent an actual page visit

    Declaration

    Swift

    case updatePlace