KMTContentObject Class Reference

Inherits from KMTParamObject
Declared in KMTContentObject.h

Overview

컨텐츠의 내용을 담고 있는 오브젝트입니다. 기본 템플릿에서는 모든 메시지에 하나 이상의 컨텐츠를 가지고 있습니다.

Note: 기본 템플릿에서 사용되는 컨텐츠 오브젝트는 한 개의 이미지와 제목, 설명, 링크 정보를 가질 수 있습니다.

  title

컨텐츠의 타이틀.

@property (copy, nonatomic) NSString *title

Declared In

KMTContentObject.h

  imageURL

컨텐츠의 이미지 URL.

@property (copy, nonatomic) NSURL *imageURL

Declared In

KMTContentObject.h

  imageWidth

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

@property (copy, nonatomic, nullable) NSNumber *imageWidth

Declared In

KMTContentObject.h

  imageHeight

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

@property (copy, nonatomic, nullable) NSNumber *imageHeight

Declared In

KMTContentObject.h

  desc

컨텐츠의 상세 설명.

@property (copy, nonatomic, nullable) NSString *desc

Declared In

KMTContentObject.h

  link

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

@property (copy, nonatomic) KMTLinkObject *link

Declared In

KMTContentObject.h