MatchContestantResult
The result of a contestant within a match
enum MatchContestantResult {
DEFAULT_LOSS
DEFAULT_WIN
DRAW
LOSE
WIN
}
Values
MatchContestantResult.DEFAULT_LOSS
Default loss for the contestant
MatchContestantResult.DEFAULT_WIN
Default win for the contestant
MatchContestantResult.DRAW
Result is tie
MatchContestantResult.LOSE
Contestant lost the match
MatchContestantResult.WIN
Contestant won the match
Member Of
MatchContestant
object