-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Navigation events Add convenience methods to SwiftSDK that allow the easier sending of navigational signals. Fix #156 * Fix a documentation line that was a bit too wide * Fix a documentation line that was a bit too wide * Rename payload to parameters in a few more places * Update naming from payload keys to parameters
- Loading branch information
Showing
5 changed files
with
88 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,9 +64,9 @@ config.defaultUser = "[email protected]" | |
|
||
You can update the configuration after TelemetryDeck is already initialized. | ||
|
||
## Payload | ||
## Parameters | ||
|
||
You can also send additional payload data with each signal: | ||
You can also send additional parameters with each signal: | ||
|
||
```swift | ||
TelemetryDeck.signal("Database.updated", parameters: ["numberOfDatabaseEntries": "3831"]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters