public class ChatMember extends Object implements android.os.Parcelable, com.kakao.auth.common.MessageSendable
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<ChatMember> |
CONVERTER |
static android.os.Parcelable.Creator<ChatMember> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
OptionalBoolean |
appRegistered()
챗 멤버의 앱 가입 여부
|
int |
describeContents() |
boolean |
equals(Object obj) |
String |
getTargetId() |
String |
getType() |
Long |
id()
사용자 ID.
|
boolean |
isAllowedMsg() |
OptionalBoolean |
msgBlocked() |
String |
nickname()
카카오톡 닉네임.
|
String |
thumbnailImage()
친구의 썸네일 이미지
|
String |
uuid()
해당 앱에서 유일한 친구의 code
가변적인 데이터.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final com.kakao.network.response.JSONObjectConverter<ChatMember> CONVERTER
public static final android.os.Parcelable.Creator<ChatMember> CREATOR
public OptionalBoolean appRegistered()
public int describeContents()
describeContents
in interface android.os.Parcelable
public String getTargetId()
getTargetId
in interface com.kakao.auth.common.MessageSendable
public String getType()
getType
in interface com.kakao.auth.common.MessageSendable
@Nullable public Long id()
appRegistered()
가 OptionalBoolean.TRUE
인 경우에만 내려온다.public boolean isAllowedMsg()
isAllowedMsg
in interface com.kakao.auth.common.MessageSendable
public OptionalBoolean msgBlocked()
public String nickname()
public String thumbnailImage()
public String uuid()
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable