interface AnalyticEventObserver {
    onAdvertBreakEarlyReturn?: ((adBreak, session) => void);
    onAdvertBreakEnd?: ((session) => void);
    onAdvertBreakStart?: ((adBreak, session) => void);
    onAdvertEnd?: ((session) => void);
    onAdvertStart?: ((advert, session) => void);
    onAnalyticUpdate?: ((session) => void);
    onSessionError?: ((error, session) => void);
    onTrackingError?: ((error, session) => void);
    onTrackingEvent?: ((type, session) => void);
}

Properties

onAdvertBreakEarlyReturn?: ((adBreak, session) => void)

Type declaration

onAdvertBreakEnd?: ((session) => void)

Type declaration

onAdvertBreakStart?: ((adBreak, session) => void)

Type declaration

onAdvertEnd?: ((session) => void)

Type declaration

onAdvertStart?: ((advert, session) => void)

Type declaration

onAnalyticUpdate?: ((session) => void)

Type declaration

onSessionError?: ((error, session) => void)

Type declaration

onTrackingError?: ((error, session) => void)

Type declaration

onTrackingEvent?: ((type, session) => void)

Type declaration

    • (type, session): void
    • Parameters

      Returns void

Generated using TypeDoc