lib / tv.smartclip.smartclientandroid.lib.dto / SxConfiguration / visibleThreshold

visibleThreshold

var visibleThreshold: Double

Relative amount of the video player to be visible to the user until it is interpreted as "visible" so playback can start/continue. If the video players visibility is not interpreted as "visible", playback will pause. Accepts a range from 0.0 (0% -> The video player visibility is always interpreted as "visible" no matter how much of it is visible to the user) to 1.0 (100% -> Only when everything of the video player is visible to the user the visibility will be interpreted as "visible"). Defaulting to 0.5. Only relevant for the SxAdUseCase.OUTSTREAM use case.

Property

visibleThreshold - Relative amount of the video player to be visible to the user until it is interpreted as "visible" so playback can start/continue. If the video players visibility is not interpreted as "visible", playback will pause. Accepts a range from 0.0 (0% -> The video player visibility is always interpreted as "visible" no matter how much of it is visible to the user) to 1.0 (100% -> Only when everything of the video player is visible to the user the visibility will be interpreted as "visible"). Defaulting to 0.5. Only relevant for the SxAdUseCase.OUTSTREAM use case.