Emitted when the cast app is launched successfully.

interface CastStartedEvent {
    deviceName: null | string;
    name: string;
    timestamp: number;
}

Hierarchy (view full)

Properties

deviceName: null | string

The name of the cast device on which the app was launched.

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.