Interface SportCi
- All Superinterfaces:
CacheItem
Defines methods used to access cached sports data
-
Method Summary
Modifier and TypeMethodDescriptionvoidClears ShouldFetchCategories flagReturns aListspecifying the id's of associated categoriesbooleanReturns if categories should be fetchedMethods inherited from interface com.sportradar.unifiedodds.sdk.internal.caching.CacheItem
getId, getNames, hasTranslationsLoadedFor, merge
-
Method Details
-
getCategoryIds
Returns aListspecifying the id's of associated categories- Returns:
- a
Listspecifying the id's of associated categories
-
getShouldFetchCategories
boolean getShouldFetchCategories()Returns if categories should be fetched- Returns:
- if categories should be fetched
-
categoriesFetched
void categoriesFetched()Clears ShouldFetchCategories flag
-