SportEventSnapResultEntry

public final class SportEventSnapResultEntry implements Serializable

Result for a sport event snap

Functions

Link copied to clipboard
final Long getSnapscreenTimestampDelta()

A relative delta to the current snapscreen timestamp - use this for very exact syncing with the backend by adding to Snapscreen.instance.currentTimestamp

Link copied to clipboard
final SportEvent getSportEvent()

The event this result is associated to - only set if event is found

Link copied to clipboard
final Long getTimestamp()

The unix timestamp (milliseconds since 1.1.1970) that represents the recognized frame

Link copied to clipboard
final TvChannel getTvChannel()

The channel this result is associated to - only set if no event was found as fallback

Link copied to clipboard
final Unit setSnapscreenTimestampDelta(Long snapscreenTimestampDelta)

Properties

Link copied to clipboard
private Long snapscreenTimestampDelta

A relative delta to the current snapscreen timestamp - use this for very exact syncing with the backend by adding to Snapscreen.instance.currentTimestamp

Link copied to clipboard
private final SportEvent sportEvent

The event this result is associated to - only set if event is found

Link copied to clipboard
private final Long timestamp

The unix timestamp (milliseconds since 1.1.1970) that represents the recognized frame

Link copied to clipboard
private final TvChannel tvChannel

The channel this result is associated to - only set if no event was found as fallback