-
@RestrictTo(value = RestrictTo.Scope.LIBRARY) public class AdInsightsUtil
-
-
Method Summary
Modifier and Type Method Description static boolean
isAdDisplayContainerShown(View adView)
Checks if ad view is showed to the user. static double
millisToSeconds(long milliseconds)
Converts milliseconds to seconds. -
-
Method Detail
-
isAdDisplayContainerShown
static boolean isAdDisplayContainerShown(View adView)
Checks if ad view is showed to the user.
-
millisToSeconds
static double millisToSeconds(long milliseconds)
Converts milliseconds to seconds.
- Parameters:
milliseconds
- the number of milliseconds to convert
-
-
-
-