Package 

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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • millisToSeconds

         static double millisToSeconds(long milliseconds)

        Converts milliseconds to seconds.

        Parameters:
        milliseconds - the number of milliseconds to convert