Variable OmapBinderState

OmapBinderState: {
    AD_PLAYING: "adPlaying";
    BOUND: "bound";
    CONTENT_PLAYING: "contentPlaying";
    NOT_BOUND: "notBound";
}

Type declaration

  • Readonly AD_PLAYING: "adPlaying"
  • Readonly BOUND: "bound"
  • Readonly CONTENT_PLAYING: "contentPlaying"
  • Readonly NOT_BOUND: "notBound"

Generated using TypeDoc