Package com.yandex.mobile.ads.instream
Interface InstreamAdSkipInfo
-
public interface InstreamAdSkipInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetSkipOffset()Returns the number of milliseconds of ad break playback before the it becomes skippablebooleanisSkippable()Indicates whether the ad break can be skipped by the user
-
-
-
Method Detail
-
isSkippable
boolean isSkippable()
Indicates whether the ad break can be skipped by the user- Returns:
- Boolean value that indicates whether the ad can be skipped by the user
-
getSkipOffset
long getSkipOffset()
Returns the number of milliseconds of ad break playback before the it becomes skippable- Returns:
- Number of milliseconds of ad break playback before the it becomes skippable or ad break duration if it's not skippable
-
-