Pendo Mobile SDK
Android SDK 2.4.3.1946
5 years ago
[added]Added New initSDKwithoutVisitor APIs that we recommend using in the common case when the visitorId is not known at the time the SDK is initialized. The visitorId can be set later via switchVisitor.
- Use
initSdkWithoutVisitorin Application::onCreate method. - Use
switchVisitorin Activity::onCreate method
addedAdded A new endSession API was added to support applications running as an Android Service. This API should be called in the service’s onTaskRemoved method. It will clean the Pendo session while the application keeps running.