Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.ScoreEntity
-
Packages that use ScoreEntity Package Description com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entities -
-
Uses of ScoreEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return ScoreEntity Modifier and Type Method Description ScoreEntity
ScoreEntity. getSubScore()
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return types with arguments of type ScoreEntity Modifier and Type Method Description List<ScoreEntity>
MatchUpdateEntity. getScores()
Gets the match scoresConstructors in com.sportradar.livedata.sdk.feed.livescout.entities with parameters of type ScoreEntity Constructor Description ScoreEntity(String type, double team1, double team2, ScoreEntity subScore)
-