AI-generated Key Takeaways
-
StoreSessionResponseData
is a class for response data for theSTORE_SESSION
command. -
The constructor
StoreSessionResponseData
takes a requiredsessionState
parameter, which must be acast.framework.messages.SessionState
object. -
The class has a property
sessionState
which is a non-nullcast.framework.messages.SessionState
object representing the session state to be returned.
cast.framework.messages. StoreSessionResponseData
Response data for STORE_SESSION command.
Constructor
StoreSessionResponseData
new StoreSessionResponseData(sessionState)
Parameter |
|
---|---|
sessionState |
cast.framework.messages.SessionState The SessionState object to be returned. Value must not be null. |
Property
sessionState
non-null cast.framework.messages.SessionState
The SessionState object to be returned.