getSessionFromEventTime
fun getSessionFromEventTime(eventTime: AnalyticsListener.EventTime): PlaybackSessionManager.Session?
Retrieves the Session associated with a given EventTime.
Return
The Session associated with the event, or null
if no session could be found.
Parameters
eventTime
The EventTime representing the event for which to retrieve the session.