onPause method

void onPause()

Called when the story is paused. In this method, pause video, audio or any other progressing content but do not reset its progress.

Every tap pauses story, this method works very often, do not do expensive operations to avoid performance issues.

Implementation

void onPause() {}