Package 

Interface ReportUrlProvider


  • 
    public interface ReportUrlProvider
    
                        

    Interface for providing URL parts like collectDomain, site adn path SDK doesn't cache results from these methods, which allows you to dynamically change values

    • Method Summary

      Modifier and Type Method Description
      abstract String getCollectDomain() fully qualified domain name (FQDN) collect
      abstract Integer getSite() site identifier
      String getPath()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait