Skip to content

v4.10.0

Compare
Choose a tag to compare
@rimdoo rimdoo released this 02 Aug 08:39
· 109 commits to main since this release
6f36912

Features

You can mark push notifications as delivered within the SDK, tracking delivery status.

  • Added SendbirdPushHelper.markPushNotificationAsDelivered.
SendbirdPushHelper.markPushNotificationAsDelivered(pushData)

Improvements

  • Added GroupChannel.resendMessage(MultipleFilesMessage, FileUploadHandler?, MultipleFilesMessageHandler?): MultipleFilesMessage? , GroupChannel.copyMultipleFilesMessage(BaseChannel, MultipleFilesMessage, MultipleFilesMessageHandler?): MultipleFilesMessage?.
  • Fixed a bug where the group channel changelogs did not update the group channel metadata.