SearchInAppsSDK Framework Reference

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 {}