Interface Imagine

The Imagine API.

interface Imagine {
    playing: boolean;
    addEventListener<TType>(type, listener): void;
    removeEventListener<TType>(type, listener): void;
}

Hierarchy (view full)

Properties

playing: boolean

Whether an Imagine ad is playing.

Methods