Class: StoreSessionResponseData

  • StoreSessionResponseData is a class for response data for the STORE_SESSION command.

  • The constructor StoreSessionResponseData takes a required sessionState parameter, which must be a cast.framework.messages.SessionState object.

  • The class has a property sessionState which is a non-null cast.framework.messages.SessionState object representing the session state to be returned.

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.