v3.5.0.beta.0
v3.5.0.beta.0 (Feb 6, 2023) with Chat SDK v4.2.1
- Support Notification Channel
A notification channel is a new group channel dedicated to receiving one way marketing and transactional messages.To allow users to view messages sent through Sendbird Message Builder with the correct rendering, you need to implement the notification channel view using
NotificationChannelActivity
,NotificationChannelViewModel
, orNotificationChannelFragment
- Added
NotificationChannelActivity
,NotificationChannelViewModel
, andNotificationChannelFragment
- Added
Action
class to pass data about events - Added Notification module
- Added
NotificationChannelModule
,NotificationMessageListComponent
, andNotificationMessageListAdapter
- Added
- Added
newNotificationChannelFragment(String, Bundle)
inUIKitFragmentFactory
- Added new style sets
Widget.Sendbird.Message.NotificationChannel
andWidget.Sendbird.Dark.Message.NotificationChannel
Widget.Sendbird.Message.MessageTemplateView
andWidget.Sendbird.Dark.Message.MessageTemplateView
Module.NotificationChannel
andModule.Dark.NotificationChannel
Component.Header.NotificationChannel
andComponent.Dark.Header.NotificationChannel
Component.List.NotificationChannel
andComponent.Dark.List.NotificationChannel
Component.Status.NotificationChannel
andComponent.Dark.Status.NotificationChannel