Uses of Class
com.sportradar.livedata.sdk.feed.common.entities.EventIdentifier
-
Packages that use EventIdentifier Package Description com.sportradar.livedata.sdk.feed.common.entities Contains common entitiescom.sportradar.livedata.sdk.feed.common.interfaces Contains interfaces that are the same for multiple feedscom.sportradar.livedata.sdk.feed.livescout.classes com.sportradar.livedata.sdk.feed.livescout.entities Contains Live Scout related entitiescom.sportradar.livedata.sdk.feed.livescout.interfaces Contains Live Scout related interfaces -
-
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.common.entities
Methods in com.sportradar.livedata.sdk.feed.common.entities that return EventIdentifier Modifier and Type Method Description static EventIdentifier
EventIdentifier. id(long id)
Build an EventIdentifier from idMethods in com.sportradar.livedata.sdk.feed.common.entities with parameters of type EventIdentifier Modifier and Type Method Description boolean
EventIdentifier. equals(EventIdentifier other)
Determines whether passedEventIdentifier
is equal to the current one -
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.common.interfaces
Methods in com.sportradar.livedata.sdk.feed.common.interfaces that return EventIdentifier Modifier and Type Method Description EventIdentifier[]
UserRequestManager. getSubscribedEvents()
Gets the ids of all subscribed matches.Methods in com.sportradar.livedata.sdk.feed.common.interfaces with parameters of type EventIdentifier Modifier and Type Method Description void
UserRequestManager. bookMatches(EventIdentifier[] eventIds)
Book the specified matches.void
UserRequestManager. subscribe(EventIdentifier... eventIds)
Subscribe to specified matches.void
UserRequestManager. unsubscribe(EventIdentifier... eventIds)
Un-subscribe from the specified matches. -
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.livescout.classes
Methods in com.sportradar.livedata.sdk.feed.livescout.classes that return EventIdentifier Modifier and Type Method Description EventIdentifier[]
LiveScoutFeedImpl. getSubscribedEvents()
Gets the ids of all subscribed matches.EventIdentifier[]
LiveScoutUserRequestManagerImpl. getSubscribedEvents()
Gets the ids of all subscribed events.Methods in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type EventIdentifier Modifier and Type Method Description void
LiveScoutFeedImpl. bookMatches(EventIdentifier[] eventIds)
Book the specified matches.void
LiveScoutUserRequestManagerImpl. bookMatches(EventIdentifier[] eventIds)
Book the specified matches.void
LiveScoutFeedImpl. subscribe(EventIdentifier[] eventIds)
Subscribe to specified matches.void
LiveScoutTestManagerImpl. subscribe(EventIdentifier id, TestDelayWithSpeed delay)
Subscribe to an eventvoid
LiveScoutUserRequestManagerImpl. subscribe(EventIdentifier... eventIds)
Subscribe to specified matches.void
LiveScoutFeedImpl. subscribeToTest(EventIdentifier eventId, Integer messageDelay, Integer startMessage)
Request a full feed for the match, and then update messages will follow in the same pace as they were sent out live.void
LiveScoutFeedImpl. unsubscribe(EventIdentifier[] eventIds)
Un-subscribe from the specified matches.void
LiveScoutUserRequestManagerImpl. unsubscribe(EventIdentifier... eventIds)
Un-subscribe from the specified matches. -
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.livescout.entities
Methods in com.sportradar.livedata.sdk.feed.livescout.entities that return EventIdentifier Modifier and Type Method Description EventIdentifier
LiveScoutEntityBase. getEventId()
Get the unique event id.EventIdentifier
MatchBookingEntity. getEventId()
Get the unique event id.EventIdentifier
MatchStopEntity. getEventId()
Get the unique event id.EventIdentifier
MatchUpdateEntity. getEventId()
Gets the unique event id.Methods in com.sportradar.livedata.sdk.feed.livescout.entities with parameters of type EventIdentifier Modifier and Type Method Description static MatchUpdateEntity
ScoutFakeBetStopFactory. generateBetStop(EventIdentifier id, org.joda.time.DateTime time)
-
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.livescout.interfaces
Methods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type EventIdentifier Modifier and Type Method Description void
LiveScoutTestManager. subscribe(EventIdentifier id, TestDelayWithSpeed delay)
Subscribe to an eventvoid
LiveScoutFeed. subscribeToTest(EventIdentifier eventId, Integer messageDelay, Integer startMessage)
Request a full feed for the match, and then update messages will follow in the same pace as they were sent out live.
-