Interface CustomContentConfiguration.Builder

    • Method Detail

      • contentUrl

        CustomContentConfiguration.Builder contentUrl​(String contentUrl)

        The input URL that links to the custom content that you want in the custom visual.

        Parameters:
        contentUrl - The input URL that links to the custom content that you want in the custom visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        CustomContentConfiguration.Builder contentType​(String contentType)

        The content type of the custom content visual. You can use this to have the visual render as an image.

        Parameters:
        contentType - The content type of the custom content visual. You can use this to have the visual render as an image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomContentType, CustomContentType
      • contentType

        CustomContentConfiguration.Builder contentType​(CustomContentType contentType)

        The content type of the custom content visual. You can use this to have the visual render as an image.

        Parameters:
        contentType - The content type of the custom content visual. You can use this to have the visual render as an image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomContentType, CustomContentType