From 54a19a5f0572a572ecea5a6267dd555113dfea6f Mon Sep 17 00:00:00 2001 From: Ashu Malik Date: Tue, 8 Oct 2024 21:17:02 +0530 Subject: [PATCH] Optimize updateProposition support for completion callback with propositions and error --- .../api-reference.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/edge/adobe-journey-optimizer-decisioning/api-reference.md b/src/pages/edge/adobe-journey-optimizer-decisioning/api-reference.md index 1627360884..95a32d7da0 100644 --- a/src/pages/edge/adobe-journey-optimizer-decisioning/api-reference.md +++ b/src/pages/edge/adobe-journey-optimizer-decisioning/api-reference.md @@ -116,7 +116,7 @@ Completion callback passed to `updatePropositions` supports network timeout and Android -Coming Soon + iOS @@ -124,12 +124,12 @@ iOS ## Public classes -| Type | Android | (AEP 5.x) Swift | (AEP 5.x) Objective-C | -| :--- |:----------------| :--- | :--- | -| class | `DecisionScope` | `DecisionScope` | `AEPDecisionScope` | -| class | `Proposition` | `OptimizeProposition` | `AEPOptimizeProposition` | -| class | `Offer` | `Offer` | `AEPOffer` | -| class | Coming Soon | `AEPOptimizeError` | `AEPOptimizeError` | +| Type | Android | (AEP 5.x) Swift | (AEP 5.x) Objective-C | +| :--- |:---------------------| :--- | :--- | +| class | `DecisionScope` | `DecisionScope` | `AEPDecisionScope` | +| class | `Proposition` | `OptimizeProposition` | `AEPOptimizeProposition` | +| class | `Offer` | `Offer` | `AEPOffer` | +| class | `AEPOptimizeError` | `AEPOptimizeError` | `AEPOptimizeError` | ### DecisionScope @@ -199,7 +199,7 @@ This class represents the error details returned by the Edge Network while fetch Android -**Coming Soon** + iOS