kakao-android-sdk-rx / com.kakao.sdk.user.model / Profile

Profile

data class Profile : Parcelable

카카오계정에 등록된 사용자의 프로필 정보를 제공합니다.

Constructors

<init>

카카오계정에 등록된 사용자의 프로필 정보를 제공합니다.

Profile(nickname: String?, profileImageUrl: String?, thumbnailImageUrl: String?, isDefaultImage: Boolean?)

Properties

isDefaultImage

카카오계정에 등록된 프로필 이미지가 기본이미지인지 여부

val isDefaultImage: Boolean?

nickname

사용자의 닉네임

val nickname: String?

profileImageUrl

카카오계정에 등록된 프로필 이미지 URL

val profileImageUrl: String?

thumbnailImageUrl

카카오계정에 등록된 프로필 이미지의 썸네일 규격 이미지 URL

val thumbnailImageUrl: String?