public class PhotoKakaoStoryPostParamBuilder extends BasicKakaoStoryPostParamBuilder
BasicKakaoStoryPostParamBuilder.PERMISSION
Constructor and Description |
---|
PhotoKakaoStoryPostParamBuilder(String[] imageURLs)
업로드 결과를 받아 이미지 url을 설정해 준다.
|
Modifier and Type | Method and Description |
---|---|
Bundle |
build()
지금까지 추가된 설정을 Bundle로 만들어준다.
|
PhotoKakaoStoryPostParamBuilder |
setContent(String content)
포스팅에 텍스트를 추가한다.
|
setAndroidExecuteParam, setAndroidMarketParam, setIOSExecuteParam, setIOSMarketParam, setPermission, setShareable
public PhotoKakaoStoryPostParamBuilder(String[] imageURLs)
imageURLs
- 업로드 결과public Bundle build() throws KakaoParameterException
build
in class BasicKakaoStoryPostParamBuilder
KakaoParameterException
public PhotoKakaoStoryPostParamBuilder setContent(String content)
content
- 포스팅에 포함할 텍스트Copyright © 2015 Kakao Corp. All rights reserved.