Implements

Properties

endScreenIntegration: EndScreenIntegration
imaClientSideIntegration: ImaClientSideIntegration
imaDaiIntegration: ImaDaiIntegration
pinningIntegration: PinningIntegration
playlistUiIntegration: PlaylistUiIntegration
socialSharingIntegration: SocialSharingIntegration
ssaiIntegration: SsaiIntegration
thumbnailsIntegration: ThumbnailsIntegration

Methods

  • Deregister the EndScreenIntegrationFactory. If the Endscreen integration was previously registered for a player, calling this before initializing a new player will disable the Endscreen integration for the new player.

    Returns void

  • Deregister the ImaClientSideIntegrationFactory. If the IMA Client Side integration was previously registered for a player, calling this before initializing a new player will disable the IMA Client Side integration for the new player.

    Returns void

  • Deregister the ImaDaiIntegrationFactory. If the IMA DAI integration was previously registered for a player, calling this before initializing a new player will disable the IMA DAI integration for the new player.

    Returns void

  • Deregister the PinningIntegrationFactory. If the Pinning integration was previously registered for a player, calling this before initializing a new player will disable the Pinning integration for the new player.

    Returns void

  • Deregister the PlaylistUiIntegrationFactory. If the Playlist UI integration was previously registered for a player, calling this before initializing a new player will disable the Playlist UI integration for the new player.

    Returns void

  • Deregister the SocialSharingIntegrationFactory. If the Social Sharing integration was previously registered for a player, calling this before initializing a new player will disable the Social Sharing integration for the new player.

    Returns void

  • Returns void

  • Deregister the ThumbnailsIntegrationFactory. If the Thumbnails integration was previously registered for a player, calling this before initializing a new player will disable the Thumbnails integration for the new player.

    Returns void

  • Register the EndScreenIntegrationFactory. Calling this before initializing a player will enable the Endscreen integration.

    Parameters

    Returns void

  • Register the ImaClientSideIntegrationFactory. Calling this before initializing a player will enable the IMA Client Side integration.

    Parameters

    Returns void

  • Register the ImaDaiIntegrationFactory. Calling this before initializing a player will enable the IMA DAI integration.

    Parameters

    Returns void

  • Register the PinningIntegrationFactory. Calling this before initializing a player will enable the Pinning integration.

    Parameters

    Returns void

  • Register the PlaylistUiIntegrationFactory. Calling this before initializing a player will enable the Playlist UI integration.

    Parameters

    Returns void

  • Register the SocialSharingIntegrationFactory. Calling this before initializing a player will enable the Social Sharing integration.

    Parameters

    Returns void

  • Parameters

    Returns void

  • Register the ThumbnailsIntegrationFactory. Calling this before initializing a player will enable the Thumbnails integration.

    Parameters

    Returns void