Variable OmapClientEvent

OmapClientEvent: {
    AD_POD_INSERTION_REQUESTED: "adPodInsertionRequested";
    AD_POD_INSERTION_REQUEST_FAILED: "adPodInsertionRequestFailed";
    AD_POD_PREPARATION_REQUESTED: "adPodPreparationRequested";
    ALL_ADS_COMPLETED: "allAdsCompleted";
    COMPLETE: "complete";
    CONTENT_CAN_PLAY: "contentCanPlay";
    CONTENT_PAUSE_REQUESTED: "contentPauseRequested";
    CONTENT_RESUME_REQUESTED: "contentResumeRequested";
    LOADED: "loaded";
    LOAD_ERROR: "load_error";
    STARTED: "started";
}

Type declaration

  • Readonly AD_POD_INSERTION_REQUESTED: "adPodInsertionRequested"
  • Readonly AD_POD_INSERTION_REQUEST_FAILED: "adPodInsertionRequestFailed"
  • Readonly AD_POD_PREPARATION_REQUESTED: "adPodPreparationRequested"
  • Readonly ALL_ADS_COMPLETED: "allAdsCompleted"
  • Readonly COMPLETE: "complete"
  • Readonly CONTENT_CAN_PLAY: "contentCanPlay"
  • Readonly CONTENT_PAUSE_REQUESTED: "contentPauseRequested"
  • Readonly CONTENT_RESUME_REQUESTED: "contentResumeRequested"
  • Readonly LOADED: "loaded"
  • Readonly LOAD_ERROR: "load_error"
  • Readonly STARTED: "started"

Generated using TypeDoc