PlaybackStats.EventTimeAndFormat


class PlaybackStats.EventTimeAndFormat


Stores a format with the event time at which it started being used, or null to indicate that no format was used.

Summary

Public constructors

EventTimeAndFormat(
    eventTime: AnalyticsListener.EventTime!,
    format: Format?
)

Creates a new timed format event.

Public functions

Boolean
equals(o: Any?)
Int

Public properties

AnalyticsListener.EventTime!

The event time associated with format.

Format?

The format that started being used, or null if no format was used.

Public constructors

EventTimeAndFormat

EventTimeAndFormat(
    eventTime: AnalyticsListener.EventTime!,
    format: Format?
)

Creates a new timed format event.

Parameters
eventTime: AnalyticsListener.EventTime!

The event time associated with format.

format: Format?

The format that started being used, or null if no format was used.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

eventTime

val eventTimeAnalyticsListener.EventTime!

The event time associated with format.

format

val formatFormat?

The format that started being used, or null if no format was used.