We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pull request #48: Mtokar MCA-5067 chat error docs Merge in MML/infobip-mobile-messaging-cordova-plugin.wiki from mtokar-MCA-5067-chat-error-docs to master Squashed commit of the following: commit 9bc3a7b6a8c0219bbf967682d909c15df7df2efe Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 15:48:13 2026 +0100 MCA-5067 MCA-5178: Rename image file ChatSnackbarError.jpeg to ChatBannerError.jpeg Renamed image file to match the Banner naming convention: - images/ChatSnackbarError.jpeg -> images/ChatBannerError.jpeg - Updated image reference in In-app-chat.md commit ad381766fac8b6faed2ad4419e9087fd9dc00eda Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 15:40:31 2026 +0100 MCA-5067 MCA-5178: Fix naming - use chatBannerError instead of chatSnackbarError Renamed all chatSnackbarError* properties to chatBannerError* to match plugin naming convention: - chatSnackbarErrorTextColor -> chatBannerErrorTextColor - chatSnackbarErrorTextAppearance -> chatBannerErrorTextAppearance - chatSnackbarErrorBackgroundColor -> chatBannerErrorBackgroundColor - chatSnackbarErrorIcon -> chatBannerErrorIcon - chatSnackbarErrorIconTint -> chatBannerErrorIconTint Updated all references in: - In-app-chat.md (customization fields and error handling sections) - Migration-to-version-8.1.x.md (property tables and examples) Also updated section titles and descriptions from 'Snackbar' to 'Banner' for consistency. commit 62dce60820c2928e51181c1666d120b7f963787f Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 15:11:45 2026 +0100 MCA-5067 MCA-5178: Add migration guide for in-app chat error handling updates Created Migration-to-version-8.1.x.md with comprehensive migration info: - Documented removal of networkErrorIconVisible property - Added new customization fields for all three error types: * Full Screen Error (12 new properties) * Chat Error Snackbar (5 new properties) * Network Connection Error enhancements (2 new properties) - Included migration examples and error types clarification - Updated Home.md and _Sidebar.md to include the new migration guide commit f4592d4d5e1f6e810c39443b70e96f7c5eadbff4 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 14:35:45 2026 +0100 MCA-5067 MCA-5178: Add chat error UI customization documentation Added comprehensive chat error handling documentation: - Enhanced error types section with 3 distinct error types (Full Screen, Network Connection, Chat Error Snackbar) - Added visual examples with error screenshots - Reorganized customization fields section to group error-related options - Added new customization fields for all three error types: * Network Connection Error snackbar customization * Chat Error Snackbar customization * Full Screen Error customization Each error type includes clear behavior description and customization options.