Uses of Class
com.sportradar.livedata.sdk.feed.livescout.enums.LatencyLevel
-
Packages that use LatencyLevel 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 LatencyLevel in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return LatencyLevel Modifier and Type Method Description LatencyLevel
MatchHeaderEntity. getExpectedLatencyLevel()
Return latency enum value. -
Uses of LatencyLevel in com.sportradar.livedata.sdk.feed.livescout.enums
Methods in com.sportradar.livedata.sdk.feed.livescout.enums that return LatencyLevel Modifier and Type Method Description static LatencyLevel
LatencyLevel. getLatencyLevelFromValue(Integer value)
static LatencyLevel
LatencyLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LatencyLevel[]
LatencyLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-