Leaderboards
FRVR.leaderboards is a multi‑leaderboard score store. One game can have any number of boards (by mode, by time window, by difficulty).
Post a score
Section titled “Post a score”Returns when the score is accepted. Use a cache policy to bypass the default “only send if better than last” check.
Read standings
Section titled “Read standings”A specific player
Section titled “A specific player”A batch of players (your friends list)
Section titled “A batch of players (your friends list)”The top of the board
Section titled “The top of the board”A score range
Section titled “A score range”For “which of my friends are in the 30‑50k bracket”:
Create a leaderboard
Section titled “Create a leaderboard”Typically your FRVR dashboard defines these, but you can create one at runtime:
Cache policies
Section titled “Cache policies”Every read/write accepts an optional ScoreCachePolicy. Defaults are sensible — override only when you’re doing something specific like live‑updating a ranked lobby.
Is this channel supported?
Section titled “Is this channel supported?”Some channels route through platform leaderboards (Google Play Games, Game Center) and don’t expose the full FRVR API. isSupported() tells you whether you can use the methods above.