canClickThrough

open override fun canClickThrough(url: String, playheadMs: Long, timeline: List<AdBreak>): Boolean

Returns to the client whether the user can click-through.

Return

true if the user can click through, false otherwise.

Parameters

url

The click-through Url.

playheadMs

The current playhead position, in milliseconds.

timeline

The stream timeline represented as an array of AdBreak objects.