Uses of Enum
com.sportradar.livedata.sdk.feed.livescout.enums.LatencyLevel
Packages that use LatencyLevel
Package
Description
Contains Live Scout related entities
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 LatencyLevelModifier and TypeMethodDescriptionMatchHeaderEntity.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 LatencyLevelModifier and TypeMethodDescriptionstatic LatencyLevelLatencyLevel.getLatencyLevelFromValue(Integer value) static LatencyLevelReturns 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.