updateResultCounter

fun updateResultCounter(resultCount: Int, activeResultIndex: Int)

Updates the visual counter displaying active match index out of total matches.

Parameters

resultCount

total number of matches.

activeResultIndex

zero-based active match index, or -1 if none.