SuggestGlobalConfig

public struct SuggestGlobalConfig
extension SuggestGlobalConfig: Equatable, Hashable

Global Suggest configuration data.

  • Declaration

    Swift

    public var showLessFrequentlyCap: Int32
  • Declaration

    Swift

    public init(showLessFrequentlyCap: Int32)
  • Declaration

    Swift

    public static func == (lhs: SuggestGlobalConfig, rhs: SuggestGlobalConfig) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)