Skip to content

Commit

Permalink
Remove bubble related toggles from initial screen in TestingApp
Browse files Browse the repository at this point in the history
- Remove bubble related controls from initial screen;
- Update comments/documentation for var features: Features? in Glia instance.

MOB-3907
  • Loading branch information
Egor Egorov authored and EgorovEI committed Dec 31, 2024
1 parent 7ad0d5b commit 25d2a27
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 125 deletions.
4 changes: 2 additions & 2 deletions GliaWidgets/Public/Glia/Glia.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ public class Glia {
var loggerPhase: LoggerPhase
var queuesMonitor: QueuesMonitor
var alertManager: AlertManager
// We need to store `features` via `configure` or deprecated `startEngagement` methods
// to use it when engagement gets restored for Direct ID authentication flow.
// We need to store `features` via `configure` method to use it
// when engagement gets restored for Direct ID authentication flow.
var features: Features?

private(set) var configuration: Configuration?
Expand Down
Loading

0 comments on commit 25d2a27

Please sign in to comment.