SportEvent

The SDK exposes a number of types used to represent different types of sport events (matches, seasons, competitions, etc). When event-specific message dispatchment is not used, the sport event is represented by its base type and needs to be type-casted into a more specific type.

The class diagram below shows all interfaces derived from the sport event, along with methods defined on each one

SportEvent Class Structure

The following link leads to the respective class doc. Each page has three sections: a class/interface description, a method summary, and method details.

You can access the complete Unified Odds SDK Java documentation here: UnifiedOddsSdkJava Docs

  • SportEvent

    • Competition

      • Match

        • SoccerEvent

      • Stage

    • LongTermEvent

      • BasicTournament

      • Tournament

      • Season

      • Lottery

    • Draw

SportEvent Class Diagram

Last updated

Was this helpful?