iterable-android-sdk
iterable-android-sdk copied to clipboard
[MOB-2662] Validating context existence before action execution
🔹 Jira Ticket(s) if any
✏️ Description
Please provide a brief description of what this pull request does.
Validating context existence before trying to execute an action. If context does not exits, assign it to a pending state that will execute once context has been initialized
Codecov Report
Merging #340 (3c6380c) into master (f698238) will increase coverage by
0.10%. The diff coverage is100.00%.
@@ Coverage Diff @@
## master #340 +/- ##
==========================================
+ Coverage 70.41% 70.52% +0.10%
==========================================
Files 60 60
Lines 3715 3732 +17
Branches 433 435 +2
==========================================
+ Hits 2616 2632 +16
- Misses 834 835 +1
Partials 265 265
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...com/iterable/iterableapi/IterableActionRunner.java | 65.95% <100.00%> (+14.44%) |
:arrow_up: |
| ...ain/java/com/iterable/iterableapi/IterableApi.java | 65.94% <100.00%> (+0.24%) |
:arrow_up: |
| ...com/iterable/iterableapi/IterableInAppManager.java | 87.50% <0.00%> (-0.49%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f698238...3c6380c. Read the comment docs.
Closing this pull request as React Native's Linking library is the approach we are using for Android App links