SearchInAppsSDK Framework Reference

  • SearchContentView is a SwiftUI View used to display a single Search Content Block using SearchContentBlockData and can style search suggestions using SearchContentViewOptions.

  • SearchSuggestionsView is a SwiftUI View specifically designed for displaying search suggestions.

Structures

The following structures are available globally.

  • A Swift UI View to show a single Search Content Block by providing SearchContentBlockData. If the search content block contains search suggestions, they will be stylized by the provided SearchContentViewOptions.

    Declaration

    Swift

    @available(iOS, introduced: 14)
    @MainActor
    struct SearchContentView
  • A SwiftUI View to display search suggestions.

    Declaration

    Swift

    @available(iOS, introduced: 14)
    @MainActor
    struct SearchSuggestionsView