I just have a problem with SendBird. When I sent a message, the SendBird callback to onMessagingChannelUpdated, but when I sent a file, the callback didn't work.
I already RegisterNotificationHandler for SendBird.
SendBird.registerNotificationHandler(new SendBirdNotificationHandler() {
@Override
public void onMessagingChannelUpdated(MessagingChannel messagingChannel) { } });
Please give me an idea of any suggestions.
Best regards,