SelectedUser

data class SelectedUser(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?) : Parcelable

선택한 사용자 정보
Selected user information

Constructors

Link copied to clipboard
fun SelectedUser(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: 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 favorite: Boolean?

즐겨찾기 친구 여부
Whether a favorite friend

Link copied to clipboard
val id: Long?

회원번호, 앱과 연결된 사용자에게만 존재
Service user ID, only provided for users linked with the app

Link copied to clipboard
val profileNickname: String?

프로필 닉네임
Profile nickname

Link copied to clipboard
val profileThumbnailImage: String?

프로필 썸네일 이미지
Profile thumbnail image

Link copied to clipboard
val uuid: String

고유 ID
Unique ID