Uses of Class
com.sportradar.livedata.sdk.feed.livescout.entities.MatchDataEntity
Packages that use MatchDataEntity
Package
Description
Contains Live Scout related entities
Contains Live Scout related interfaces
-
Uses of MatchDataEntity in com.sportradar.livedata.sdk.dispatch.livescout
Methods in com.sportradar.livedata.sdk.dispatch.livescout with parameters of type MatchDataEntityModifier and TypeMethodDescriptionprotected voidEntityEventHandler.dispatchMatchData(MatchDataEntity entity) protected voidLoggingEntityEventHandler.dispatchMatchData(MatchDataEntity matchData) protected voidStatisticsLiveScoutEntityEventHandler.dispatchMatchData(MatchDataEntity matchData) -
Uses of MatchDataEntity in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return MatchDataEntityModifier and TypeMethodDescriptionJaxbLiveScoutEntityFactory.buildMatchDataEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchdata matchdata) -
Uses of MatchDataEntity in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces that return MatchDataEntityModifier and TypeMethodDescriptionLiveScoutEntityFactory.buildMatchDataEntity(com.sportradar.livedata.sdk.proto.dto.incoming.livescout.Matchdata matchdata) Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type MatchDataEntityModifier and TypeMethodDescriptionvoidLiveScoutFeedListener.onMatchDataReceived(LiveScoutFeed sender, MatchDataEntity matchData) Invoked by the observedLiveScoutFeedwhen match data is received.