Skip to content

Commit 3000954

Browse files
committed
Added new line between codes snippet and description
1 parent cc1b652 commit 3000954

File tree

1 file changed

+1
-0
lines changed
  • src/pages/[platform]/build-a-backend/add-aws-services/analytics/record-events

1 file changed

+1
-0
lines changed

src/pages/[platform]/build-a-backend/add-aws-services/analytics/record-events/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ However, it can take upwards of 30 minutes for the event to display in the Filte
9393
## Flush events
9494

9595
Events have a default configuration to flush out to the network every 30 seconds. You can change this value by passing the `autoFlushEventsInterval` option to the `AWSPinpointAnalyticsPlugin`. The option value is measured in milliseconds.
96+
9697
```kotlin
9798
val options = AWSPinpointAnalyticsPlugin.Options {
9899
autoFlushEventsInterval = 60_000

0 commit comments

Comments
 (0)