public class KakaoTalkService extends Object
Constructor and Description |
---|
KakaoTalkService() |
Modifier and Type | Method and Description |
---|---|
static void |
requestProfile(KakaoTalkHttpResponseHandler<KakaoTalkProfile> responseHandler)
카카오톡 프로필 요청
|
static void |
requestProfile(KakaoTalkHttpResponseHandler<KakaoTalkProfile> responseHandler,
Boolean secureResource)
카카오톡 프로필 요청
|
public static void requestProfile(KakaoTalkHttpResponseHandler<KakaoTalkProfile> responseHandler)
responseHandler
- 프로필 요청 결과에 대한 handlerpublic static void requestProfile(KakaoTalkHttpResponseHandler<KakaoTalkProfile> responseHandler, Boolean secureResource)
responseHandler
- 프로필 요청 결과에 대한 handlersecureResource
- 이미지 url을 https로 반환할지 여부Copyright © 2015 Kakao Corp. All rights reserved.