toggle menu
api.video Android analytics library
3.0.0
androidJvm
switch theme
search in API
player-analytics-core
/
video.api.player.analytics.core.payload
Package-level
declarations
Types
Types
Error
Code
Link copied to clipboard
@
Serializable
(
with
=
ErrorCodeSerializer::class
)
enum
ErrorCode
:
Enum
<
ErrorCode
>
Represents the error codes.
Event
Link copied to clipboard
@
Serializable
data
class
Event
(
val
emittedAtInMs
:
Long
,
val
type
:
Event.EventType
,
val
videoTimeInS
:
Float
,
val
videoWidth
:
Int
,
val
videoHeight
:
Int
,
val
paused
:
Boolean
,
val
errorCode
:
ErrorCode
)
Represents a player event.