enableResumePosition

open override fun enableResumePosition(config: ResumeConfig = ResumeConfig())(source)

Turns on local resume positions: playback positions are saved on the device automatically. Saving alone does not seek - to resume, set a ResumePositionListener (or pass the resume callback to the player view's enableResumePosition) and confirm the jump from there. See ResumeConfig for thresholds and retention.