KMTTextTemplate Class Reference
| Inherits from | KMTTemplate : KMTParamObject : NSObject |
|---|---|
| Declared in | KMTTextTemplate.h |
text
메시지에 들어갈 텍스트 (최대 200자)
@property (copy, nonatomic) NSString *textDeclared In
KMTTextTemplate.h
link
컨텐츠 클릭 시 이동할 링크 정보
@property (copy, nonatomic) KMTLinkObject *linkDeclared In
KMTTextTemplate.h
buttonTitle
기본 버튼 타이틀(“자세히 보기”)을 변경하고 싶을 때 설정
@property (copy, nonatomic, nullable) NSString *buttonTitleDeclared In
KMTTextTemplate.h
buttons
버튼 목록. 버튼 타이틀과 링크를 변경하고 싶을때, 버튼 두개를 사용하고 싶을때 사용 (최대 2개)
@property (copy, nonatomic, nullable) NSArray<KMTButtonObject*> *buttonsDeclared In
KMTTextTemplate.h