PlaybackStats.EventTimeAndException

public final class PlaybackStats.EventTimeAndException


Stores an exception with the event time at which it occurred.

Summary

Public fields

final AnalyticsListener.EventTime

The event time at which the exception occurred.

final Exception

The exception that was thrown.

Public constructors

EventTimeAndException(
    AnalyticsListener.EventTime eventTime,
    Exception exception
)

Creates a new timed exception event.

Public methods

boolean
int

Public fields

eventTime

public final AnalyticsListener.EventTime eventTime

The event time at which the exception occurred.

exception

public final Exception exception

The exception that was thrown.

Public constructors

EventTimeAndException

public EventTimeAndException(
    AnalyticsListener.EventTime eventTime,
    Exception exception
)

Creates a new timed exception event.

Parameters
AnalyticsListener.EventTime eventTime

The event time at which the exception occurred.

Exception exception

The exception that was thrown.

Public methods

equals

public boolean equals(@Nullable Object o)

hashCode

public int hashCode()