package com.kakao.message.template
public interface TemplateParams
Modifier and Type | Method and Description |
---|---|
abstract String |
getObjectType()
Template type such as FEED, LIST, etc.
|
abstract JSONObject |
toJSONObject()
Any message type should be converted to JSONObject before they are validated or sent to
KakaoTalk.
|
String getObjectType()
JSONObject toJSONObject()