Interface Yospace

The Yospace API.

Remarks


- Available since v2.14.7.

interface Yospace {
    session: object;
    addEventListener<TType>(type, listener): void;
    registerPlayer(callbackCollection): void;
    removeEventListener<TType>(type, listener): void;
}

Hierarchy (view full)

Properties

session: object

The Yospace session.

Methods

  • Register a set of callbacks to the player to the Yospace SDK.

    Parameters

    Returns void

    Remarks


    - These callbacks will be used by the Yospace SDK to provide feedback to the player.