PartnerFriend

data class PartnerFriend(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?, serviceUserId: Long?, registeredToApp: Boolean?, appRegistered: Boolean?, relation: FriendRelation?, talkOs: String?, msgAllowed: Boolean?, allowedMsg: Boolean?) : Parcelable

파트너용으로 제공되는 친구 정보입니다.

Constructors

Link copied to clipboard
fun PartnerFriend(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?, serviceUserId: Long?, registeredToApp: Boolean?, appRegistered: Boolean?, relation: FriendRelation?, talkOs: String?, msgAllowed: Boolean?, allowedMsg: 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 allowedMsg: Boolean?

메시지 수신이 허용되었는지 여부. 앱가입 친구의 경우는 feed msg 에 해당. 앱미가입친구는 invite msg 에 해당

Link copied to clipboard
val appRegistered: Boolean?

친구의 앱 연결 여부

Link copied to clipboard
val favorite: Boolean?

즐겨찾기 추가 여부

Link copied to clipboard
val id: Long?

회원번호. appRegistered이 false 이면 null 이 됩니다.

Link copied to clipboard
val msgAllowed: Boolean?
Link copied to clipboard
val profileNickname: String?

친구의 대표 프로필 닉네임. 앱 가입친구의 경우 앱에서 설정한 닉네임. 미가입친구의 경우 톡의 닉네임

Link copied to clipboard
val profileThumbnailImage: String?

친구의 썸네일 이미지 URL

Link copied to clipboard
val registeredToApp: Boolean?
Link copied to clipboard
val relation: FriendRelation?

카카오톡에서 사용자와 친구의 관계

Link copied to clipboard
val serviceUserId: Long?

친구의 레거시(Legacy) 회원번호(Service user ID)

Link copied to clipboard
val talkOs: String?

톡에 가입된 기기의 os 정보 (android / ios)

Link copied to clipboard
val uuid: String

메시지를 전송하기 위한 고유 아이디