Content

fun Content(title: String? = null, imageUrl: String? = null, link: Link, description: String? = null, imageWidth: Int? = null, imageHeight: Int? = null)

Parameters

title

콘텐츠의 타이틀

imageUrl

콘텐츠의 이미지 URL

link

콘텐츠 클릭 시 이동할 링크 정보

imageWidth

콘텐츠의 이미지 너비 (단위: 픽셀)

imageHeight

콘텐츠의 이미지 높이 (단위: 픽셀)