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 5b843fb commit 788705bCopy full SHA for 788705b
src/connections/destinations/catalog/castle/index.md
@@ -53,7 +53,8 @@ Calls are now visible in Castle dashboards in real-time.
53
let castleDestination = CastleDestination(userJwt: "<USER_JWT>")
54
analytics.add(plugin: castleDestination)
55
```
56
-
+
57
58
### Android
59
60
1. You can add the Castle Segment dependency two ways:
@@ -76,7 +77,7 @@ Calls are now visible in Castle dashboards in real-time.
76
77
analytics = Analytics("<YOUR WRITE KEY>", applicationContext)
78
analytics.add(plugin = CastleDestination(userJwt = "<USER_JWT>"))
79
80
81
82
## Page
83
0 commit comments