Skip to content

Commit

Permalink
Optimize updateProposition support for completion callback with propo…
Browse files Browse the repository at this point in the history
…sitions and error
  • Loading branch information
ashumadobe committed Oct 8, 2024
1 parent 9e3de23 commit 54a19a5
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@ Completion callback passed to `updatePropositions` supports network timeout and

Android

Coming Soon
<Tabs query="platform=android&api=update-propositions-withError"/>

iOS

<Tabs query="platform=ios&api=update-propositions-withError"/>

## 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

Expand Down Expand Up @@ -199,7 +199,7 @@ This class represents the error details returned by the Edge Network while fetch

Android

**Coming Soon**
<Tabs query="platform=android&api=optimizeerror"/>

iOS

Expand Down

0 comments on commit 54a19a5

Please sign in to comment.