Interface RcsCarouselCardMedia.Builder

  • Method Details

    • fileUrl

      The S3 URI of the media file for the carousel card. Maximum 2000 characters.

      Parameters:
      fileUrl - The S3 URI of the media file for the carousel card. Maximum 2000 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thumbnailUrl

      RcsCarouselCardMedia.Builder thumbnailUrl(String thumbnailUrl)

      The S3 URI of an optional thumbnail image for the carousel card media. Maximum 2000 characters.

      Parameters:
      thumbnailUrl - The S3 URI of an optional thumbnail image for the carousel card media. Maximum 2000 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • height

      The display height of the media in the carousel card. Valid values are SHORT and MEDIUM.

      Parameters:
      height - The display height of the media in the carousel card. Valid values are SHORT and MEDIUM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.