Interface PlayerHandler

Hierarchy

  • PlayerHandler

Properties

Properties

pause: (() => void)

Type declaration

    • (): void
    • Pause The video playback associated with this CTA. Only supported on iOS

      Returns void

resume: (() => void)

Type declaration

    • (): void
    • Resume The video playback associated with this CTA. Only supported on iOS

      Returns void

Generated using TypeDoc