replay

fun replay(recordedSequence: ByteBuffer, options: MapPlayerOptions = mapPlayerOptions { }, onEnded: () -> Unit = { })

Replay a supplied sequence.

Parameters

recordedSequence

Sequence recorded with stopRecording method.

options

Options to customize the behaviour of the playback.

onEnded

Callback to call when the playback ends.