SymbolDescriptorSearchSuggestions

Types

Link copied to clipboard
class Category @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val id: String, val coordinate: Point, val themeId: ThemeId, val index: Int, val categories: List<SearchCategory>) : SymbolDescriptorSearchSuggestions
Link copied to clipboard
class ChargingStation @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val id: String, val coordinate: Point, val themeId: ThemeId, val index: Int, val categories: List<SearchCategory>, val evState: Pair<DashEvStatus, DashEvStationCapacity>) : SymbolDescriptorSearchSuggestions

Properties

Link copied to clipboard
Link copied to clipboard
abstract val coordinate: Point
Link copied to clipboard
abstract val id: String
Link copied to clipboard
abstract val index: Int
Link copied to clipboard
abstract val themeId: ThemeId