Class: ResumeSessionRequestData

  • ResumeSessionRequestData is used for RESUME_SESSION requests in the Cast framework.

  • It includes a sessionState property containing the previously stored session state from a StoreSession command.

Constructor

ResumeSessionRequestData

new ResumeSessionRequestData()

Property

sessionState

non-null cast.framework.messages.SessionState

The SessionState object returned by StoreSession command.