Add Kotlin to API documentation 2.0#38
Conversation
…epsdk-edge-android into kotlin-api-doc-2.0
Add kotlin example for Experience Event
Codecov Report
@@ Coverage Diff @@
## dev-v2.0.0 #38 +/- ##
=============================================
Coverage 83.28% 83.28%
Complexity 367 367
=============================================
Files 29 29
Lines 1555 1555
Branches 219 219
=============================================
Hits 1295 1295
Misses 161 161
Partials 99 99
Flags with carried forward coverage won't be shown. Click here to find out more. |
| ##### Example | ||
| ```java | ||
| import com.adobe.marketing.mobile.Edge | ||
| import com.adobe.marketing.mobile.Edge; |
There was a problem hiding this comment.
Let's remove the imports from all the samples. We have that in getting started.
There was a problem hiding this comment.
The documentation for the other extensions do include the import statement just for the registerExtension API, so I think we can leave it here as well.
There was a problem hiding this comment.
Ok I will keep it in this example and make sure to remove it elsewhere
emdobrin
left a comment
There was a problem hiding this comment.
Looks great, few small comments below
timkimadobe
left a comment
There was a problem hiding this comment.
Thanks for the review @emdobrin , @addb , @kevinlind ! I've updated according to the feedback, ready for followup review
| ##### Example | ||
| ```java | ||
| import com.adobe.marketing.mobile.Edge | ||
| import com.adobe.marketing.mobile.Edge; |
There was a problem hiding this comment.
Ok I will keep it in this example and make sure to remove it elsewhere
Description
This PR updates:
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: