Click or drag to resize

IReplayStatus Interface

Defines a contract for status of replay player

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IReplayStatus

The IReplayStatus type exposes the following members.

Properties
 NameDescription
Public propertyLastMessageFromEvent Gets the URN of the event in last message
Public propertyPlayerStatus Gets the player status. Possible values are: player is playing, player is stopped, player was never playing.
Top
See Also