Package | Description |
---|---|
com.kakao |
Kakao Android SDK
사용자 관리, 카카오스토리, 카카오톡, 카카오링크 API를 제공한다. |
com.kakao.widget |
Kakao Android SDK에서 제공하는 위젯
로그인 버튼, 사용자 프로필 Layout을 제공한다. |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<UserProfile> |
UserProfile.CREATOR |
Modifier and Type | Method and Description |
---|---|
static UserProfile |
UserProfile.createFromResponse(Map userProfileMap)
요청 결과로 부터 UserProfile 객체를 만든다.
|
static UserProfile |
UserProfile.loadFromCache()
캐시로 부터 사용자정보를 읽어온다.
|
static UserProfile |
UserProfile.updateUserProfile(UserProfile originUserProfile,
Map<String,String> properties)
원본 사용자정보와 update할 사용자 정보를 받아 원본에 update할 정보만 update한 결과를 준다.
|
Modifier and Type | Method and Description |
---|---|
static UserProfile |
UserProfile.updateUserProfile(UserProfile originUserProfile,
Map<String,String> properties)
원본 사용자정보와 update할 사용자 정보를 받아 원본에 update할 정보만 update한 결과를 준다.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileLayout.setUserProfile(UserProfile userProfile)
param으로 온 UserProfile에 대해 view를 update한다.
|
Copyright © 2014 Kakao Corp. All rights reserved.