kakao-partner-android-sdk-rx / com.kakao.sdk.template / Content / <init>
<init>
Content(title: String, imageUrl: String, link: Link, description: String? = null, imageWidth: Int? = null, imageHeight: Int? = null)
콘텐츠의 내용을 담고 있는 오브젝트.
Parameters
title
- 콘텐츠의 타이틀
imageUrl
- 콘텐츠의 이미지 URL
link
- 콘텐츠 클릭 시 이동할 링크 정보
imageWidth
- 콘텐츠의 이미지 너비 (단위: 픽셀)
imageHeight
- 콘텐츠의 이미지 높이 (단위: 픽셀)