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
- The `logEvent` SDK handler now includes an optional `context`. This context is to be used to provide a context in which the event is logged and must not be forwarded to the analytics backend.
188
188
189
-
## SDK API Docs
190
-
191
-
Here is a complete list of all our SDK API documentations:
192
-
193
-
-[latest](/latest/-p-a-c-e-cloud-s-d-k/index.html) – the current `master`
194
-
-[3.0.1](/3.0.1/-p-a-c-e-cloud-s-d-k/index.html)
189
+
### From 24.x.x to 25.x.x
190
+
- The functions `getRoute` and `searchAddress` were removed from the POIKit. If you used these functionalities, you need to provide your own implementation.
Copy file name to clipboardExpand all lines: library/build.gradle.kts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ publishing {
238
238
description.set(
239
239
"PACE Cloud SDK is a client SDK that allows your app to easily connect to PACE\'s Connected Fueling. The SDK consists of the IDKit to manage the OpenID (OID) authorization and "+
240
240
"general session flow with its token handling. It also consists of the AppKit, with which you can fetch and display location based apps, apps by URL or ID. Furthermore "+
241
-
"it contains the POIKit, which allows you to fetch Point of Interests (e.g. gas stations), request routes and search for locations."
241
+
"it contains the POIKit, which allows you to fetch Point of Interests (e.g. gas stations)."
"PACE Cloud SDK is a client SDK that allows your app to easily connect to PACE\'s Connected Fueling. The SDK consists of the IDKit to manage the OpenID (OID) authorization and "+
292
292
"general session flow with its token handling. It also consists of the AppKit, with which you can fetch and display location based apps, apps by URL or ID. Furthermore "+
293
-
"it contains the POIKit, which allows you to fetch Point of Interests (e.g. gas stations), request routes and search for locations."
293
+
"it contains the POIKit, which allows you to fetch Point of Interests (e.g. gas stations)."
0 commit comments