PlaybackStats.EventTimeAndException


class PlaybackStats.EventTimeAndException


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

Summary

Public constructors

EventTimeAndException(
    eventTime: AnalyticsListener.EventTime!,
    exception: Exception!
)

Creates a new timed exception event.

Public functions

Boolean
equals(o: Any?)
Int

Public properties

AnalyticsListener.EventTime!

The event time at which the exception occurred.

Exception!

The exception that was thrown.

Public constructors

EventTimeAndException

EventTimeAndException(
    eventTime: AnalyticsListener.EventTime!,
    exception: Exception!
)

Creates a new timed exception event.

Parameters
eventTime: AnalyticsListener.EventTime!

The event time at which the exception occurred.

exception: Exception!

The exception that was thrown.

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

eventTime

val eventTimeAnalyticsListener.EventTime!

The event time at which the exception occurred.

exception

val exceptionException!

The exception that was thrown.