Glia Widgets SDK 3.0 introduces the self-contained Entry Widget, which provides complete Glia functionality — implemented by Glia engineers — with a single entry-point implementation.
The new entry widget:
Added
- Introduced the Entry Widget.
- Secure Conversations v2.
Changed
- Updated Kotlin version to 1.9.25.
- Updated AGP (Android Gradle Plugin) version to 8.6.1.
🚨 Breaking Changes
- Removed the following deprecated methods
GliaWidgets.setUseOverlay(useOverlay: Boolean)
authenticate(requestCallback: RequestCallback<Void>, jwtToken: String)
GliaWidgets.updateVisitorInfo(VisitorInfoUpdate visitorInfoUpdate, Consumer<GliaWidgetException> exceptionConsumer)
GliaWidgets.getVisitorInfo(Consumer<GliaVisitorInfo> visitorCallback, Consumer<GliaWidgetException> exceptionConsumer)
isInteractable(ChatMessage message, int viewType)
- Removed the
GliaWidgetsConfig.setUseOverlay(Boolean):Builder
function. - Removed runtime theme customization (
UiTheme
). - All
Activities
are internal now. To start an engagement, use the Engagement Launcher.
Fixed
- Resolved the issue of the chat bubble remaining visible when a Call Visualizer engagement ends.