public class KakaoTalkProfile extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<KakaoTalkProfile> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object obj) |
String |
getCountryISO()
카카오톡 국가
|
String |
getNickName()
카카오톡 별명
|
String |
getProfileImageUrl()
640px * 640px 크기의 카카오톡 프로필 이미지 URL
|
String |
getThumbnailUrl()
110px * 110px 크기의 카카오톡 썸네일 프로필 이미지 URL
|
String |
toString()
각 정보를 string으로 표현하여 반환한다.
|
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<KakaoTalkProfile> CREATOR
public int describeContents()
describeContents
in interface android.os.Parcelable
public String getCountryISO()
public String getNickName()
public String getProfileImageUrl()
public String getThumbnailUrl()
public String toString()
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable