Cleanup - konstantin-shinkarenko/doc-sample-proj GitHub Wiki
When the video playback ends, do the call:
videoAnalytics.reportPlaybackEnded();
For Ad content, do
adAnalytics.adEnded()
On application exit, or when corresponding object responsible for Conviva reporting is destroyed, we recommend that the application releases the objects:
videoAnalytics.release();
adAnalytics.release(); // if initialized
ConvivaAnalytics.release();