Content
data class Content @JvmOverloads constructor(val title: String? = null, val imageUrl: String? = null, val link: Link, val description: String? = null, val imageWidth: Int? = null, val imageHeight: Int? = null) : Parcelable
메시지 콘텐츠
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)