SecondScreen (manage)

Prev Next

Advertising Schema 1.0.0 | Core SDK

Overview

undefined

Types

SecondScreenEvent

An a message notification from a second screen device

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