Stop WalkMe API
Last Updated July 20, 2022
Overview
The Stop WalkMe API is a fail-safe mechanism designed to let developers control when WalkMe's SDK operations will be terminated from the app. It is supported from SDK version 1.16.0 and above and can only be called if a WalkMe session is at least a 30 seconds old.
How to Implement the Stop API
Android Apps
/** * Stop ABBI SDK. * * This method can be called only after {@link #start(String, String, Application)} was called first. * Stop abbi SDK is allowed if old session is at least 30 seconds old */ @SuppressWarnings ( "unused" ) public static void stop() { } |
iOS Apps
/** * Stops ABBI SDK */ + ( void )stop; |
Was this article helpful?
Yes
No
Thanks for your feedback!