SymbolDescriptorSearchSuggestions
Inheritors
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