toggle menu
Pillarbox
dev
androidJvm
switch theme
search in API
pillarbox-player
/
ch.srgssr.pillarbox.player.analytics
/
PlaybackSessionManager
/
SessionInfo
Session
Info
data
class
SessionInfo
(
val
session
:
PlaybackSessionManager.Session
,
val
position
:
Long
)
Session info
Members
Constructors
Session
Info
Link copied to clipboard
constructor
(
session
:
PlaybackSessionManager.Session
,
position
:
Long
)
Properties
position
Link copied to clipboard
val
position
:
Long
The position in milliseconds when a session change occurs.
session
Link copied to clipboard
val
session
:
PlaybackSessionManager.Session
The
Session