Skip to content

Commit a3b03b3

Browse files
Update kotlin-android-faq.md
1 parent 040da2f commit a3b03b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-faq.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@ Note: Due to the way deep links are handled in Android, we can not know the refe
7777

7878
For a sample implementation see our [Kotlin Sample App](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app).
7979

80-
### Will I still see device-mode integrations listed as `false` in the integrations object?
81-
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
80+
## Will I still see device-mode integrations listed as `false` in the integrations object?
81+
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
82+
83+
## What is the instanceId set in context?
84+
The instanceId was introduced in [V 1.10.1](https://github.com/segmentio/analytics-kotlin/releases/tag/1.10.1) and correlates events to a particular instance of the client in a scenario when you might have multiple instances on a single app.

0 commit comments

Comments
 (0)