Uses of Class
com.sportradar.livedata.sdk.feed.common.entities.EventIdentifier
Packages that use EventIdentifier
Package
Description
Contains common entities
Contains interfaces that are the same for multiple feeds
Contains Live Scout related entities
Contains Live Scout related interfaces
- 
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.common.entitiesMethods in com.sportradar.livedata.sdk.feed.common.entities that return EventIdentifierModifier and TypeMethodDescriptionstatic EventIdentifierEventIdentifier.id(long id) Build an EventIdentifier from idMethods in com.sportradar.livedata.sdk.feed.common.entities with parameters of type EventIdentifierModifier and TypeMethodDescriptionbooleanEventIdentifier.equals(EventIdentifier other) Determines whether passedEventIdentifieris equal to the current one
- 
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.common.interfacesMethods in com.sportradar.livedata.sdk.feed.common.interfaces that return EventIdentifierModifier and TypeMethodDescriptionUserRequestManager.getSubscribedEvents()Gets the ids of all subscribed matches.Methods in com.sportradar.livedata.sdk.feed.common.interfaces with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoidUserRequestManager.bookMatches(EventIdentifier[] eventIds) Book the specified matches.voidUserRequestManager.subscribe(EventIdentifier... eventIds) Subscribe to specified matches.voidUserRequestManager.unsubscribe(EventIdentifier... eventIds) Un-subscribe from the specified matches.
- 
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.livescout.classesMethods in com.sportradar.livedata.sdk.feed.livescout.classes that return EventIdentifierModifier and TypeMethodDescriptionLiveScoutFeedImpl.getSubscribedEvents()Gets the ids of all subscribed matches.LiveScoutUserRequestManagerImpl.getSubscribedEvents()Gets the ids of all subscribed events.Methods in com.sportradar.livedata.sdk.feed.livescout.classes with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoidLiveScoutFeedImpl.bookMatches(EventIdentifier[] eventIds) Book the specified matches.voidLiveScoutUserRequestManagerImpl.bookMatches(EventIdentifier[] eventIds) Book the specified matches.voidLiveScoutFeedImpl.subscribe(EventIdentifier[] eventIds) Subscribe to specified matches.voidLiveScoutTestManagerImpl.subscribe(EventIdentifier id, TestDelayWithSpeed delay) Subscribe to an eventvoidLiveScoutUserRequestManagerImpl.subscribe(EventIdentifier... eventIds) Subscribe to specified matches.voidLiveScoutFeedImpl.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.voidLiveScoutFeedImpl.unsubscribe(EventIdentifier[] eventIds) Un-subscribe from the specified matches.voidLiveScoutUserRequestManagerImpl.unsubscribe(EventIdentifier... eventIds) Un-subscribe from the specified matches.
- 
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.livescout.entitiesMethods in com.sportradar.livedata.sdk.feed.livescout.entities that return EventIdentifierModifier and TypeMethodDescriptionLiveScoutEntityBase.getEventId()Get the unique event id.MatchBookingEntity.getEventId()Get the unique event id.MatchStopEntity.getEventId()Get the unique event id.MatchUpdateEntity.getEventId()Gets the unique event id.Methods in com.sportradar.livedata.sdk.feed.livescout.entities with parameters of type EventIdentifierModifier and TypeMethodDescriptionstatic MatchUpdateEntityScoutFakeBetStopFactory.generateBetStop(EventIdentifier id, org.joda.time.DateTime time) 
- 
Uses of EventIdentifier in com.sportradar.livedata.sdk.feed.livescout.interfacesMethods in com.sportradar.livedata.sdk.feed.livescout.interfaces with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoidLiveScoutTestManager.subscribe(EventIdentifier id, TestDelayWithSpeed delay) Subscribe to an eventvoidLiveScoutFeed.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.