Profile

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

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

Constructors

Link copied to clipboard
fun Profile(nickname: String?, profileImageUrl: String?, thumbnailImageUrl: String?, isDefaultImage: Boolean?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val isDefaultImage: Boolean?

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

Link copied to clipboard
val nickname: String?

사용자의 닉네임

Link copied to clipboard
val profileImageUrl: String?

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

Link copied to clipboard
val thumbnailImageUrl: String?

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