Uses of Enum
com.sportradar.livedata.sdk.feed.livescout.enums.Coverage
Packages that use Coverage
Package
Description
Contains Live Scout related entities
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 CoverageModifier and TypeMethodDescriptionMatchHeaderEntity.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 CoverageModifier and TypeMethodDescriptionstatic CoverageCoverage.getCoverageFromLiteralValue(String value) Gets enum from string valuestatic CoverageReturns 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.