All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sportradar.unifiedodds.sdk.entities.TournamentCoverage Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.unifiedodds.sdk.entities;

/**
 * Defines methods used to access tournament coverage information
 */
public interface TournamentCoverage {
    /**
     * An indication if live coverage is available
     *
     * @return true if the live coverage is available; otherwise false
     */
    boolean isLiveCoverage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy