@acceleratxr/core_sdk / UpdateMethod

Enumeration: UpdateMethod#

The update method that will be used for accepting new leaderboard records.

Index#

Enumeration members#

Enumeration members#

BEST_SCORE#

BEST_SCORE: = “BEST”

Defined in src/models/Leaderboard.ts:19

Accepts the best score submitted.


FIRST_SCORE#

FIRST_SCORE: = “FIRST”

Defined in src/models/Leaderboard.ts:21

Accepts only the first score submitted.


LAST_SCORE#

LAST_SCORE: = “LAST”

Defined in src/models/Leaderboard.ts:23

Accepts the most recent score submitted.