Uses of Class
com.sportradar.livedata.sdk.feed.livescout.enums.Coverage
-
Packages that use Coverage Package Description com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entitiescom.sportradar.livedata.sdk.feed.livescout.enums Contains Live Scout related enums -
-
Uses of Coverage in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return Coverage Modifier and Type Method Description Coverage
MatchHeaderEntity. getCoveredFrom()
Whether the match is covered from TV or venue. -
Uses of Coverage in com.sportradar.livedata.sdk.feed.livescout.enums
Methods in com.sportradar.livedata.sdk.feed.livescout.enums that return Coverage Modifier and Type Method Description static Coverage
Coverage. getCoverageFromLiteralValue(String value)
Gets enum from string valuestatic Coverage
Coverage. valueOf(String name)
Returns the enum constant of this type with the specified name.static Coverage[]
Coverage. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-