ChatKit icon indicating copy to clipboard operation
ChatKit copied to clipboard

Custom message list adapter

Open RohiniRaman31 opened this issue 6 years ago • 0 comments

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

RohiniRaman31 avatar Jan 07 '20 12:01 RohiniRaman31