getUnwatchedCuePoints
open fun getUnwatchedCuePoints(allCuePoints: List<Long>, watchedAdsCuePoints: List<Long>): List<Long>?
Computes a list of unwatched ad cue points.
Return
Unwatched ad cue points (in milliseconds), or an empty list if all ads are watched.
Parameters
allCuePoints
All ad cue points (in milliseconds).
watchedAdsCuePoints
Watched ad cue points (in milliseconds).