Package com.kakao.sdk.talk.model

Types

Link copied to clipboard
data class Channel(uuid: String, encodedId: String, relation: Channel.Relation, updatedAt: Date?) : Parcelable

카카오톡 채널 관계 목록
List of the Kakao Talk Channel relationship

Link copied to clipboard
data class Channels(userId: Long?, channels: List<Channel>?) : Parcelable

카카오톡 채널 관계 목록
List of the Kakao Talk Channel relationship

Link copied to clipboard
data class FollowChannelResult(success: Boolean, channelPublicId: String)

카카오톡 채널 간편 추가하기 결과
Result of Follow Kakao Talk Channel

Link copied to clipboard
data class Friend(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?, allowedMsg: Boolean?) : Parcelable

친구 정보
Friend information

Link copied to clipboard
enum FriendOrder : Enum<FriendOrder>

친구 정렬 방식
Method to sort the friend list

Link copied to clipboard
data class Friends<T : Parcelable>(totalCount: Int, elements: List<T>?, favoriteCount: Int?, beforeUrl: String?, afterUrl: String?) : Parcelable

친구 목록
Friend list

Link copied to clipboard
data class FriendsContext(offset: Int?, limit: Int?, order: Order?, friendOrder: FriendOrder?, url: String) : Parcelable

친구 목록 조회 설정
Context for retrieving friend list

Link copied to clipboard
data class MessageFailureInfo(code: Int, msg: String, receiverUuids: List<String>) : Parcelable

메시지 전송 실패 정보
Failure information for sending a message

Link copied to clipboard
data class MessageSendResult(successfulReceiverUuids: List<String>?, failureInfos: List<MessageFailureInfo>?) : Parcelable

메시지 전송 결과
Sending message result

Link copied to clipboard
enum Order : Enum<Order>

정렬 방식
Sorting method

Link copied to clipboard
data class TalkProfile(nickname: String?, profileImageUrl: String?, thumbnailUrl: String?, countryISO: String?) : Parcelable

카카오톡 프로필
Kakao Talk profile