File tree 1 file changed +0
-13
lines changed
widgetssdk/src/main/java/com/glia/widgets
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -205,19 +205,6 @@ class GliaWidgetsConfig private constructor(builder: Builder) {
205
205
return this
206
206
}
207
207
208
- /* *
209
- * @param useOverlay - is it allowed to overlay the application
210
- * @return Builder instance
211
- * @deprecated Use [GliaWidgetsConfig.enableBubbleOutsideApp] and [GliaWidgetsConfig.enableBubbleInsideApp]
212
- */
213
- @Deprecated(" Please use GliaWidgetsConfig.enableBubbleOutsideApp and GliaWidgetsConfig.enableBubbleInsideApp" )
214
- fun setUseOverlay (useOverlay : Boolean ): Builder {
215
- Logger .logDeprecatedMethodUse(TAG , " GliaWidgetsConfig.setUseOverlay()" )
216
- this .enableBubbleOutsideApp = useOverlay
217
- this .enableBubbleInsideApp = useOverlay
218
- return this
219
- }
220
-
221
208
/* *
222
209
* @param enableBubbleOutsideApp - is bubble enabled outside the app
223
210
* @return Builder instance
You can’t perform that action at this time.
0 commit comments