Releases: infobip/mobile-messaging-sdk-huawei
Releases · infobip/mobile-messaging-sdk-huawei
6.10.0
Fixed
- When you did not specify your own activity stack using
InAppChat.setActivitiesToStartOnMessageTap()
, Mobile MessagingCallbackActivity
was used as fallback for chat notifications. Fallback logic was removed as it was not needed and triggered duplicate intent.
6.9.1
Changed
- Performance improvements for message report tracking.
6.9.0
Added
- new
MultithreadStrategy
calledALL_PLUS_NEW
- new
sendContextualData
functions withMultithreadStrategy
enum flag
Changed
InAppChatMultiThreadFlag
renamed toMultithreadStrategy
sendContextualData
functions with boolean flag deprecated
6.8.5
Changed
- Minor
InAppChatAttachmentHelperListener
changes
6.8.4
Changed
- Basic In-app dialog styling, customize button color documentation
6.8.3
Added
- added creation of custom notification channels
6.8.2
Changed
- Mapping logic for plugins.
Fixed
- Minor InAppChatView bug.
6.8.1
Changed
- InAppChat WebViews cache disabled
6.8.0
Added
- User class has
Type
field indicating user profile type. Read more in documentation. - You can now personalize profile and keep user type
LEAD
. Read more in documentation. - New InAppChat event
onChatRawMessageReceived()
. - New approach to subscribe InAppChat events using
InAppChat.setEventsListener()
. Read more in documentation.
Fixed
- InAppChat event
onChatControlsVisibilityChanged()
returns correct values for multithread widget.
6.7.1
Changed
- All InAppChat styles and InAppChatTheme have default values now. You can override single attribute now.
- All
InAppChatTheme
styles now providesBuilder