Documentation Index

Fetch the complete documentation index at: https://docs.developer.comcast.com/llms.txt

Use this file to discover all available pages before exploring further.

SecondScreen (manage)

Prev Next

SecondScreen Schema 1.7.0 | Manage SDK

Types

SecondScreenEvent

An a message notification from a second screen device

type SecondScreenEvent = {
  type: 'dial'
  version?: string
  data?: string
}