You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/flutter/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ These are the options you can apply to configure the client:
65
65
| ----------- | --------- | --------|
66
66
| `writeKey` *(required)* | '' | Your Segment API key. |
67
67
| `debug` | false | When this is set to `false`, it won't generate any info logs. |
68
-
|`collectDeviceId`|false| Set this to `true` to automatically collect the device ID from the DRM API on Android devices. |
68
+
|`collectDeviceId`|false| Set this to `true` to automatically collect the device ID from the DRM API on Android devices. On Apple platforms it will collect the `identifierForVendor` value if available. |
69
69
|`flushPolicies`| count=30, time=20s | List of flush policies controlling when to send batches of events to the plugins |
70
70
|`apiHost`| api.segment.io/v1 | Used to specify the regional Segment event endpoint. |
71
71
|`cdnHost`| cdn-settings.segment.com/v1 | Used to specify the regional Segment settings endpoint. |
0 commit comments