Package-level declarations
카카오톡 채널, 카카오톡 소셜, 카카오톡 메시지 API 모델 패키지
Package for the Kakao Talk Channel, Kakao Talk Social, Kakao Talk Message APIs model class
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
카카오톡 채널 간편 추가하기 결과
Result of Follow Kakao Talk Channel
Link copied to clipboard
친구 정렬 방식
Method to sort the 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
data class TalkProfile(val nickname: String?, val profileImageUrl: String?, val thumbnailUrl: String?, val countryISO: String?) : Parcelable
카카오톡 프로필
Kakao Talk profile