KMTContentObject Class Reference
Inherits from | KMTParamObject : NSObject |
---|---|
Declared in | KMTContentObject.h |
Overview
컨텐츠의 내용을 담고 있는 오브젝트입니다.
기본 템플릿에서는 모든 메시지에 하나 이상의 컨텐츠를 가지고 있습니다. 한 개의 이미지와 제목, 설명, 링크 정보를 가질 수 있습니다.
imageWidth
컨텐츠의 이미지 너비 (단위: 픽셀)
@property (copy, nonatomic, nullable) NSNumber *imageWidth
Declared In
KMTContentObject.h
imageHeight
컨텐츠의 이미지 높이 (단위: 픽셀)
@property (copy, nonatomic, nullable) NSNumber *imageHeight
Declared In
KMTContentObject.h
link
컨텐츠 클릭 시 이동할 링크 정보
@property (copy, nonatomic) KMTLinkObject *link
Declared In
KMTContentObject.h