DOC

com.sportradar.livedata.sdk : sdk

Maven & Gradle

Jun 15, 2023
5 stars

Livedata SDK · Livedata SDK is a client library that enables easier integration with the Livedata XML feed. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.

Table Of Contents

Latest Version

Download com.sportradar.livedata.sdk : sdk Javadoc & API Documentation - Latest Versions:

All Versions

Download com.sportradar.livedata.sdk : sdk Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file sdk-2.0.4-javadoc.jar to sdk-2.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sdk-2.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sdk-2.0.4-sources.jar" -d "sdk-2.0.4-javadoc" -subpackages