get Search Results
abstract fun getSearchResults(tags: List<QuickGameTag> = emptyList(), searchText: String = "", minPrice: Float = -1f, maxPrice: Float = -1f, minReward: Int = -1, maxReward: Int = -1, quickContentToFilterOn: List<QuickGame>): List<QuickGame>
Get search results
Return
a list of quick games that match the search criteria(s).
Parameters
tags
list of tags to filter on, these can be acquired from getGameTags
search Text
this filters on game titles
min Price
this filters on the minimum price to play the game (some games have several cost options).
max Price
this filters on the maximum price to play the game (some games have several cost options).
min Reward
this filters on the minimum reward for playing the game.
max Reward
this filters on the maximum reward for playing the game.
quick Content To Filter On
the list of quick games to filter on, these can be gotten from the getGames or from getLobby and then the QuickLobby.quickRecommendedGames