Profile

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

프로필 정보
Profile information

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?

프로필 사진 URL이 기본 프로필 사진 URL인지 여부
Whether the default image is used for profile image

Link copied to clipboard
val nickname: String?

닉네임
Nickname

Link copied to clipboard
val profileImageUrl: String?

프로필 사진 URL
Profile image URL

Link copied to clipboard
val thumbnailImageUrl: String?

프로필 미리보기 이미지 URL
Thumbnail image URL