SearchInAppsSDK Framework Reference

  • SearchSuggestionsViewOptionsTheme provides options to customize the theme of the search suggestions view.

  • Three theme options are available: alwaysLight, alwaysDark, and matchSystem.

  • alwaysLight and alwaysDark force the view to be in light or dark mode respectively, while matchSystem follows the system's current theme settings.

SearchSuggestionsViewOptionsTheme

enum SearchSuggestionsViewOptionsTheme : NSInteger {}

The theme options for the search suggestions view.