Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface CastStartedEvent

    Emitted when the cast app is launched successfully.

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

    Hierarchy (View Summary)

    Index

    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.