Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updateProposition support with completion in aepsdk-optimize-android #705

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading