kakao-partner-android-sdk-rx / com.kakao.sdk.partner.talk / chatList

chatList

@JvmOverloads fun RxTalkApiClient.chatList(filters: List<ChatFilter>? = null, secureResource: Boolean? = true, offset: Int? = null, limit: Int? = null, order: Order? = null): Single<Chats>
@JvmOverloads fun TalkApiClient.chatList(filters: List<ChatFilter>? = null, offset: Int? = null, limit: Int? = null, order: Order? = null, secureResource: Boolean? = true, callback: (chats: Chats?, error: Throwable?) -> Unit): Unit

카카오톡 채팅방 목록을 가져옵니다.