as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

IPlayerSessionStatusListener

Listener for receiving player session status updates. This callback is received when IPlayerServer.updateStatus API is called from service component.

Properties

onSessionStatusChanged()

onSessionStatusChanged: (updatedStatus) => void

Invoked when a Kepler player session changes status.

Parameters

updatedStatus

IPlayerSessionStatus[]

Array of updated player session status.

Returns

void


Last updated: Sep 30, 2025