getListOfOwnedGames

fun getListOfOwnedGames(    callback: GetListOfOwnedGamesCallback,     limit: Int = 50,     offset: Int = 0,     isSandbox: Int = 1,     additionalFields: List<String>? = null)

Get the list of games owned by the user. The response will contain an array of games owned by a particular user.

See also

Parameters

callback

Status callback.

Sources

Link copied to clipboard