API reference
API reference
Select your platform
No SDKs available
No versions available

SupplementaryMetric Interface

This is a supplemental piece of data that is used for a single write to leaderboard entries. This metric is used for tiebreaker scenarios. You can make such an entry by using Leaderboards.writeEntryWithSupplementaryMetric

Signature

interface SupplementaryMetric

Properties

id : String
[Get]
The ID of the leaderboard that this supplementary metric belongs to. This is the unique value for every Leaderboard.
Signature
abstract val id: String
metric : Long
[Get]
This is the metric that is used to determine tiebreaks.
Signature
abstract val metric: Long
Did you find this page helpful?