PlaybackStats.EventTimeAndPlaybackState


class PlaybackStats.EventTimeAndPlaybackState


Stores a playback state with the event time at which it became active.

Summary

Public constructors

EventTimeAndPlaybackState(
    eventTime: AnalyticsListener.EventTime!,
    playbackState: Int
)

Creates a new timed playback state event.

Public functions

Boolean
equals(o: Any?)
Int

Public properties

AnalyticsListener.EventTime!

The event time at which the playback state became active.

Int

The playback state that became active.

Public constructors

EventTimeAndPlaybackState

EventTimeAndPlaybackState(
    eventTime: AnalyticsListener.EventTime!,
    playbackState: Int
)

Creates a new timed playback state event.

Parameters
eventTime: AnalyticsListener.EventTime!

The event time at which the playback state became active.

playbackState: Int

The playback state that became active.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

eventTime

val eventTimeAnalyticsListener.EventTime!

The event time at which the playback state became active.

playbackState

val playbackStateInt

The playback state that became active.