iterable-android-sdk icon indicating copy to clipboard operation
iterable-android-sdk copied to clipboard

[MOB-2662] Validating context existence before action execution

Open hoofmen opened this issue 4 years ago • 1 comments

🔹 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

hoofmen avatar Apr 28 '21 21:04 hoofmen

Codecov Report

Merging #340 (3c6380c) into master (f698238) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            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 data Powered by Codecov. Last update f698238...3c6380c. Read the comment docs.

codecov[bot] avatar Apr 28 '21 21:04 codecov[bot]

Closing this pull request as React Native's Linking library is the approach we are using for Android App links

Ayyanchira avatar Mar 31 '23 01:03 Ayyanchira