Added in API level 1

OnSeekCompleteListener

interface OnSeekCompleteListener
android.media.MediaPlayer.OnSeekCompleteListener

Interface definition of a callback to be invoked indicating the completion of a seek operation.

Summary

Public methods
abstract Unit

Called to indicate the completion of a seek operation.

Public methods

onSeekComplete

Added in API level 1
abstract fun onSeekComplete(mp: MediaPlayer!): Unit

Called to indicate the completion of a seek operation.

Parameters
mp MediaPlayer!: the MediaPlayer that issued the seek operation