Package-level declarations

Types

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

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

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

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

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

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

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

친구 정보
Friend information

Link copied to clipboard

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

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

친구 목록
Friend list

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

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

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

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

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

메시지 전송 결과
Sending message result

Link copied to clipboard
enum Order : Enum<Order>

정렬 방식
Sorting method

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

카카오톡 프로필
Kakao Talk profile