Android Reference
com.kakao
Class KakaoStoryProfile
-
package com.kakao public class KakaoStoryProfile extends Object
카카오스토리 프로필 요청의 결과 객체로 카카오스토리 별명, 프로필 이미지 URL, 썸네일 프로필 이미지 URL, 배경 이미지 URL로 구성되어 있다.
-
-
Method Summary
Methods Modifier and Type Method and Description String
getBgImageURL()
String
getNickName()
String
getProfileImageURL()
String
getThumbnailURL()
String
toString()
-