Skip to main content
Version: 2025-03-11

MatchSeriesGameResult

The result of the contestant within the match series

enum MatchSeriesGameResult {
DEFAULT_LOSS
DEFAULT_WIN
DRAW
LOSE
WIN
}

Values

MatchSeriesGameResult.DEFAULT_LOSS

Contestant lost by default the match series

MatchSeriesGameResult.DEFAULT_WIN

Contestant won by default the match series

MatchSeriesGameResult.DRAW

All contestants are tied

MatchSeriesGameResult.LOSE

Contestant lost the match series

MatchSeriesGameResult.WIN

Contestant won the match series

Member Of

MatchSeriesContestant object