Skip to content

Commit f6e815f

Browse files
andrews-mocDavDo
authored andcommitted
Remove deprecated setUseOverlay interface
MOB-3003, MOB-3281
1 parent b51fc6a commit f6e815f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

widgetssdk/src/main/java/com/glia/widgets/GliaWidgetsConfig.kt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -205,19 +205,6 @@ class GliaWidgetsConfig private constructor(builder: Builder) {
205205
return this
206206
}
207207

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-
221208
/**
222209
* @param enableBubbleOutsideApp - is bubble enabled outside the app
223210
* @return Builder instance

0 commit comments

Comments
 (0)