Content
data class Content @JvmOverloads constructor(title: String?, imageUrl: String?, link: Link, description: String?, imageWidth: Int?, imageHeight: Int?) : Parcelable
Content copied to clipboard
메시지 콘텐츠
Contents for the message
Parameters
title
제목
Title
image Url
이미지 URL
Image URL
link
바로가기 URL
Link URL
image Width
이미지 너비(단위: 픽셀)
Image width (Unit: Pixel)
image Height
이미지 높이(단위: 픽셀)
Image height (Unit: Pixel)