KMTListTemplate Class Reference
Inherits from | KMTTemplate : KMTParamObject : NSObject |
---|---|
Declared in | KMTListTemplate.h |
Overview
여러 개의 컨텐츠를 리스트 형태로 보여줄 수 있는 메시지 템플릿입니다.
리스트 템플릿은 메시지 상단에 노출되는 헤더 타이틀과, 컨텐츠 목록, 버튼 등으로 구성됩니다. 헤더와 컨텐츠 각각의 링크를 가질 수 있습니다. 피드 템플릿과 마찬가지로 하나의 기본 버튼을 가지며 임의의 버튼을 설정할 수 있습니다.
headerTitle
리스트 상단에 노출되는 헤더 타이틀 (최대 200자)
@property (copy, nonatomic) NSString *headerTitle
Declared In
KMTListTemplate.h
headerLink
헤더 타이틀 내용에 해당하는 링크 정보
@property (copy, nonatomic) KMTLinkObject *headerLink
Declared In
KMTListTemplate.h
contents
리스트에 노출되는 컨텐츠 목록 (최소 2개, 최대 3개)
@property (copy, nonatomic) NSArray<KMTContentObject*> *contents
Declared In
KMTListTemplate.h
buttonTitle
기본 버튼 타이틀(“자세히 보기”)을 변경하고 싶을 때 설정
@property (copy, nonatomic, nullable) NSString *buttonTitle
Declared In
KMTListTemplate.h
buttons
버튼 목록. 버튼 타이틀과 링크를 변경하고 싶을때, 버튼 두개를 사용하고 싶을때 사용 (최대 2개)
@property (copy, nonatomic, nullable) NSArray<KMTButtonObject*> *buttons
Declared In
KMTListTemplate.h