getSearchResults

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

searchText

this filters on game titles

minPrice

this filters on the minimum price to play the game (some games have several cost options).

maxPrice

this filters on the maximum price to play the game (some games have several cost options).

minReward

this filters on the minimum reward for playing the game.

maxReward

this filters on the maximum reward for playing the game.

quickContentToFilterOn

the list of quick games to filter on, these can be gotten from the getGames or from getLobby and then the QuickLobby.quickRecommendedGames