SearchInAppsSDK Framework Reference

  • Three global enumerations are available: DetentOptions, SearchSuggestionsViewOptionsLayout, and SearchSuggestionsViewOptionsTheme.

  • DetentOptions controls the size of the search suggestions view, offering medium (half screen) and large (full screen) options.

  • SearchSuggestionsViewOptionsLayout manages the layout of the search suggestions view.

  • SearchSuggestionsViewOptionsTheme dictates the theme or visual style of the search suggestions view.

Enumerations

The following enumerations are available globally.

  • The detent options for the search suggestions view. Medium = half screen, Large = full screen

    Declaration

    Swift

    enum DetentOptions : Int, @unchecked Sendable

    Objective-C

    enum DetentOptions : NSInteger {}
  • The layout options for the search suggestions view.

    Declaration

    Swift

    enum Layout : Int, @unchecked Sendable

    Objective-C

    enum SearchSuggestionsViewOptionsLayout : NSInteger {}
  • The theme options for the search suggestions view.

    Declaration

    Swift

    enum Theme : Int, @unchecked Sendable

    Objective-C

    enum SearchSuggestionsViewOptionsTheme : NSInteger {}