ChatKit
ChatKit copied to clipboard
Custom message list adapter
is there any way to create a custom adapter by extending the MessageList adapter.When I try to extend the adapter got this error
None of the following functions can be called with the arguments supplied:
public constructor MessagesListAdapter<MESSAGE : IMessage!>(p0: String!, p1: ((ImageView!, String?, Any?) -> Unit)!) defined in com.stfalcon.chatkit.messages.MessagesListAdapter
public constructor MessagesListAdapter<MESSAGE : IMessage!>(p0: String!, p1: ImageLoader!) defined in com.stfalcon.chatkit.messages.MessagesListAdapter
public constructor MessagesListAdapter<MESSAGE : IMessage!>(p0: String!, p1: MessageHolders!, p2: ((ImageView!, String?, Any?) -> Unit)!) defined in com.stfalcon.chatkit.messages.MessagesListAdapter
public constructor MessagesListAdapter<MESSAGE : IMessage!>(p0: String!, p1: MessageHolders!, p2: ImageLoader!) defined in com.stfalcon.chatkit.messages.MessagesListAdapter