We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938a1ce commit a61328eCopy full SHA for a61328e
src/connections/sources/catalog/libraries/mobile/apple/implementation.md
@@ -353,10 +353,10 @@ var body: some Scene {
353
```
354
If you call this method with a valid URL parameter, a Segment `Deep Link Opened` track event triggers.
355
356
-## Configuration Options
+## Configuration options
357
358
### anonymousIdGenerator
359
-To generate custom anonymousIds instead of relying on the ones created by Segment, you can use the following configuration option. Here's an example:
+To generate custom anonymousIds instead of relying on the ones Segment creates, you can use the following configuration option:
360
```swift
361
class MyAnonymousIdGenerator: AnonymousIdGenerator {
362
func newAnonymousId -> String {
0 commit comments