showLeaderboardForTimeSpanAndCollection

fun showLeaderboardForTimeSpanAndCollection(leaderboardId: String, timeSpan: Int, collection: Int)

Shows a specific leaderboard for a given span of time and a specific type of collection.

Parameters

leaderboardId

The leaderboard id.

timeSpan

The time span for the leaderboard refresh. It can be any of the com.jacobibanez.plugin.android.godotplaygameservices.leaderboards.TimeSpan values.

collection

The collection type for the leaderboard. It can be any of the [com.jacobibanez.plugin.android.godotplaygameservices.leaderboards.Collection] values.