data class TalkProfile : Parcelable
카카오톡 프로필 조회 API 응답 클래스
<init> |
카카오톡 프로필 조회 API 응답 클래스 TalkProfile(nickname: String, profileImageUrl: String, thumbnailUrl: String, countryISO: String) |
countryISO |
카카오톡 국가 코드 val countryISO: String |
nickname |
카카오톡 닉네임 val nickname: String |
profileImageUrl |
카카오톡 프로필 이미지 URL val profileImageUrl: String |
thumbnailUrl |
카카오톡 프로필 이미지 썸네일 URL val thumbnailUrl: String |