You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: infobip-mobile-messaging-android-chat-sdk/src/main/java/org/infobip/mobile/messaging/chat/InAppChatImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ public void applicationInForeground() {
189
189
// must be done on separate thread if it's not invoked by UI thread
Copy file name to clipboardexpand all lines: infobip-mobile-messaging-android-chat-sdk/src/main/java/org/infobip/mobile/messaging/chat/core/widget/LivechatWidgetApi.kt
* Navigates livechat widget from [LivechatWidgetView.THREAD] back to [LivechatWidgetView.THREAD_LIST] destination in multithread widget. It does nothing if widget is not multithread.
161
+
* Requests shown thread - active from livechat widget.
223
162
*
224
-
* You can observe result by [LivechatWidgetEventsListener.onWidgetViewChanged] event.
225
-
* @param listener listen for the completion of the livechat widget method execution
163
+
* You can observe result by [LivechatWidgetEventsListener.onActiveThreadReceived] event.
* Navigates livechat widget from [LivechatWidgetView.THREAD] back to [LivechatWidgetView.THREAD_LIST] destination in multithread widget. It does nothing if widget is not multithread.
168
+
* Navigates livechat widget to thread specified by provided [threadId].
169
+
*
170
+
* You can observe result by [LivechatWidgetEventsListener.onThreadShown] event.
231
171
*
232
-
* You can observe result by [LivechatWidgetEventsListener.onWidgetViewChanged] event.
* You can observe result by [LivechatWidgetEventsListener.onLanguageChanged] event.
177
+
* Navigates livechat widget from [LivechatWidgetView.THREAD] back to [LivechatWidgetView.THREAD_LIST] destination in multithread widget. It does nothing if widget is not multithread.
240
178
*
241
-
* @param language language to be set
242
-
* @param listener listen for the completion of the livechat widget method execution
179
+
* You can observe result by [LivechatWidgetEventsListener.onThreadListShown] or [LivechatWidgetEventsListener.onWidgetViewChanged] event.
* You can observe result by [LivechatWidgetEventsListener.onThemeChanged] event.
259
-
*
260
-
* You can define widget themes in <a href="https://portal.infobip.com/apps/livechat/widgets">Live chat widget setup page</a> in Infobip Portal, section `Advanced customization`.
261
-
* Please check widget <a href="https://www.infobip.com/docs/live-chat/widget-customization">documentation</a> for more details.
262
-
*
263
-
* @param themeName theme name to be set
264
-
* @param listener listen for the completion of the livechat widget method execution
0 commit comments