Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Sep 10, 2024
1 parent 04829d6 commit f9d1d7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/MessagingInApp/Gist/Gist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import UIKit

// sourcery: InjectRegisterShared = "Gist"
// sourcery: InjectSingleton
/// Main class that is responsible for managing the in-app message queue, and observing user and route changes.
/// This class is responsible for scheduling polling of in-app message queue based on `InAppMessageState.pollInterval`.
/// This class is also responsible for fetching the in-app message queue from the remote service and dispatching
/// actions to the `InAppMessageManager` based on user and route changes.
/// Main class that is responsible for managing in-app message queue from remote service and
/// dispatching actions to `InAppMessageManager` based on user and route changes.
/// This class is also responsible for scheduling polling of in-app message queue based on
/// `InAppMessageState.pollInterval`.
public class Gist {
private let logger: Logger
private let gistDelegate: GistDelegate
Expand Down

0 comments on commit f9d1d7e

Please sign in to comment.