Interface IEdsSdkVersionInfo

    • Method Detail

      • getVersionName

        java.lang.String getVersionName()
        Get SDK version name
        Returns:
        SDK version name
      • getVersionCode

        long getVersionCode()
        Get SDK version code
        Returns:
        SDK version code
      • getBuildTimestamp

        long getBuildTimestamp()
        Epoch milliseconds timestamp created at SDK build time.
        Returns:
        build timestamp
      • isDebug

        boolean isDebug()
        Is SDK library compiled with Android Debug flag
        Returns:
        whether SDK library was compiled with Android debug option
      • isVerboseLogging

        boolean isVerboseLogging()
        Was SDK build created with verbose logging enabled (developer/internal builds only)
        Returns:
        true if build was created with verbose/internal logging enabled, otherwise false.