Profile

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

프로필 정보
Profile information

Constructors

Link copied to clipboard
constructor(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

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

Link copied to clipboard

닉네임
Nickname

Link copied to clipboard

프로필 사진 URL
Profile image URL

Link copied to clipboard

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