Skip to content

Commit

Permalink
fixup! Introduce startEngagementWithConfig method with queueIds array
Browse files Browse the repository at this point in the history
Fix deprated method description

MOB-2761
  • Loading branch information
Egor Egorov committed Oct 24, 2023
1 parent 72b9fce commit e531391
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions GliaWidgets/Public/Glia/Glia.Deprecated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ extension Glia {
}

/// Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion)`` instead.
@available(*, deprecated, message: "Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion`` instead.")
@available(*, deprecated, message: "Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion:)`` instead.")
public func configure(
with configuration: Configuration,
queueId: String,
Expand Down Expand Up @@ -149,11 +149,11 @@ extension Glia {
)
}

/// Deprecated, use ``Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion`` and ``Glia.startEngagement(engagementKind:in:theme:features:sceneProvider:)`` instead.`` instead.
/// Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion:)`` and ``Glia.startEngagement(engagementKind:in:theme:features:sceneProvider:)`` instead.
@available(*,
deprecated,
message: """
Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion`` and \
Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion:)`` and \
``Glia.startEngagement(engagementKind:in:theme:features:sceneProvider:)`` instead.
"""
)
Expand Down Expand Up @@ -185,11 +185,11 @@ extension Glia {
}
}

/// Deprecated, use ``Deprecated, use ``Glia.configure(with:uiConfig:assetsBuilder:completion`` and ``Glia.startEngagement(engagementKind:in:theme:features:sceneProvider:)`` instead.`` instead.
/// Deprecated, use ``Glia.startEngagementWithConfig(engagement:in:uiConfig:assetsBuilder:features:sceneProvider:)`` instead.
@available(*,
deprecated,
message: """
Deprecated, use ``Glia.startEngagementWithConfig(engagement:in:uiConfig:assetsBuilder:features:sceneProvider`` instead.
Deprecated, use ``Glia.startEngagementWithConfig(engagement:in:uiConfig:assetsBuilder:features:sceneProvider:)`` instead.
"""
)
public func startEngagementWithConfig(
Expand Down

0 comments on commit e531391

Please sign in to comment.