add

abstract fun add(video: Video)

Adds the video to the end of the video list.


abstract fun add(index: Int, video: Video)

Adds the video to the video list at the specified index.

Throws

when index <0 or index is larger than the size of the video list.