Uses of Class
video.api.client.api.models.PlayerSessionEvent
-
Packages that use PlayerSessionEvent Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of PlayerSessionEvent in video.api.client.api.clients
Methods in video.api.client.api.clients that return types with arguments of type PlayerSessionEvent Modifier and Type Method Description Page<PlayerSessionEvent>RawStatisticsApi.APIlistSessionEventsRequest. execute()Execute listSessionEvents requestMethod parameters in video.api.client.api.clients with type arguments of type PlayerSessionEvent Modifier and Type Method Description okhttp3.CallRawStatisticsApi.APIlistSessionEventsRequest. executeAsync(ApiCallback<Page<PlayerSessionEvent>> _callback)Execute listSessionEvents request (asynchronously) -
Uses of PlayerSessionEvent in video.api.client.api.models
Methods in video.api.client.api.models that return PlayerSessionEvent Modifier and Type Method Description PlayerSessionEventPlayerSessionEvent. at(Integer at)PlayerSessionEventPlayerSessionEvent. emittedAt(OffsetDateTime emittedAt)PlayerSessionEventPlayerSessionEvent. from(Integer from)PlayerSessionEventPlayerSessionEvent. to(Integer to)PlayerSessionEventPlayerSessionEvent. type(String type)Methods in video.api.client.api.models that return types with arguments of type PlayerSessionEvent Modifier and Type Method Description List<PlayerSessionEvent>RawStatisticsListPlayerSessionEventsResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type PlayerSessionEvent Modifier and Type Method Description RawStatisticsListPlayerSessionEventsResponseRawStatisticsListPlayerSessionEventsResponse. addDataItem(PlayerSessionEvent dataItem)Method parameters in video.api.client.api.models with type arguments of type PlayerSessionEvent Modifier and Type Method Description RawStatisticsListPlayerSessionEventsResponseRawStatisticsListPlayerSessionEventsResponse. data(List<PlayerSessionEvent> data)voidRawStatisticsListPlayerSessionEventsResponse. setData(List<PlayerSessionEvent> data)
-