public class ChatInfo extends Object implements android.os.Parcelable, com.kakao.auth.common.MessageSendable
Class for Chat room.
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.JSONObjectConverter<ChatInfo> |
CONVERTER |
static android.os.Parcelable.Creator<ChatInfo> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
long |
getChatId()
채팅방 고유의 id.
|
String |
getChatType()
"regular" 일반 채팅방
"open" 오픈채팅방
|
List<String> |
getDisplayMemberImageList() |
String |
getImageUrl()
그룹채팅방에 대표이미지가 설정된 경우 받을 수 있다.
|
int |
getMemberCount() |
String |
getTargetId() |
String |
getTitle()
채팅방의 이름.
|
String |
getType() |
boolean |
isAllowedMsg() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final com.kakao.network.response.JSONObjectConverter<ChatInfo> CONVERTER
public static final android.os.Parcelable.Creator<ChatInfo> CREATOR
public int describeContents()
describeContents
in interface android.os.Parcelable
public long getChatId()
public String getChatType()
public String getImageUrl()
public int getMemberCount()
public String getTargetId()
getTargetId
in interface com.kakao.auth.common.MessageSendable
public String getTitle()
public String getType()
getType
in interface com.kakao.auth.common.MessageSendable
public boolean isAllowedMsg()
isAllowedMsg
in interface com.kakao.auth.common.MessageSendable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable