KMTFeedTemplate Class Reference
Inherits from | KMTTemplate : KMTParamObject : NSObject |
---|---|
Declared in | KMTFeedTemplate.h |
Overview
기본 템플릿으로 제공되는 피드 템플릿 클래스.
피드 템플릿은 하나의 컨텐츠와 하나의 기본 버튼을 가집니다. 소셜 정보를 추가할 수 있으며 임의의 버튼을 설정할 수도 있습니다.
content
메시지의 메인 컨텐츠 정보
@property (copy, nonatomic) KMTContentObject *content
Declared In
KMTFeedTemplate.h
social
컨텐츠에 대한 소셜 정보
@property (copy, nonatomic, nullable) KMTSocialObject *social
Declared In
KMTFeedTemplate.h
buttonTitle
기본 버튼 타이틀(“자세히 보기”)을 변경하고 싶을 때 설정
@property (copy, nonatomic, nullable) NSString *buttonTitle
Declared In
KMTFeedTemplate.h
buttons
버튼 목록. 버튼 타이틀과 링크를 변경하고 싶을때, 버튼 두개를 사용하고 싶을때 사용 (최대 2개)
@property (copy, nonatomic, nullable) NSArray<KMTButtonObject*> *buttons
Declared In
KMTFeedTemplate.h