public interface ProductInfo
Modifier and Type | Method and Description |
---|---|
CoverageInfo |
getCoverageInfo()
How do we plan to cover this event and with how much details (will it be scouted on-site,
using TV, only post-match results, not covered at all) (what level of details will we collect
(a little, ordinary, a lot))
|
String |
getExtraInfo(String key)
Returns specific sportradar specific information based on specified key-name auto_traded -
returns "true" if this match is not covered by LiveOdds operations booked - returns "true" if
this match is booked by you live_score - return "true" if we have livescore for this event
has_hosted_statistics - return "true" if we have hosted statistics for this event ...
|
List<AbstractMap.SimpleEntry<String,String>> |
getHttpLinks() |
List<StreamingChannel> |
getStreamingChannels()
Return streaming channels for our audio/visual streaming offering
|
boolean |
isAutoTraded() |
boolean |
isInHostedStatistics() |
boolean |
isInLiveCenterSoccer() |
boolean |
isInLiveScore() |
CoverageInfo getCoverageInfo()
String getExtraInfo(String key)
key
- the name of the particular informationList<StreamingChannel> getStreamingChannels()
boolean isInLiveScore()
boolean isInLiveCenterSoccer()
boolean isInHostedStatistics()
boolean isAutoTraded()
List<AbstractMap.SimpleEntry<String,String>> getHttpLinks()
Copyright © 2016–2017. All rights reserved.