Structures
The following structures are available globally.
-
SearchBarViewConfiguration provides information necessary to configure a
SearchBarView
instance.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchBarViewConfiguration
-
Enables injection of a custom phrase which can trigger custom behaviour. For example, if a user enters particular code in the search field, the app will execute the command.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchDeveloperCommand
-
Defines essential attributes of the search query
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchQueryConfiguration
-
Search suggestion data.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchSuggestion
-
SearchViewConfiguration provides information necessary to configure a
SearchView
instance.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchViewConfiguration
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchBarAttributes
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchingThemeImages : SearchingImagesThemeProtocol
-
Implements a default style for the Search Results cell
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchingResultsCellStyle : SearchResultsCellStyling
-
SearchingTheme provides all styling elements required by the search components. It can be used as is, or custolmised for particular needs.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct SearchingTheme : SearchingThemeProtocol
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct StyledColor
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct StylableComponents
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ButtonStyle
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ShadowStyle
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct TextStyle
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ButtonsTheme : ButtonsThemeProtocol
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct CommonImages : ImagesThemeProtocol
-
Implementation of the LabelsThemeProtocol that defines Search UI labels appearance
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct LabelsTheme : LabelsThemeProtocol
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct ShadowsTheme : ShadowsThemeProtocol
-
An implementation of
ThemeProtocol
to define visual appearance for the Search UIImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct Theme : ThemeProtocol
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public struct AlertViewData : PopupData