Package org.peripheralware.karotz.client

Examples of org.peripheralware.karotz.client.KarotzClient


  private KarotzClient client;
  private ResultsSummaryManager resultsSummaryManager;

  public KarotzNotifierNotificationTransport(String apiKey, String secretKey, String installId,
      ResultsSummaryManager resultsSummaryManager) {
    client = new KarotzClient(apiKey, secretKey, installId);
    this.resultsSummaryManager = resultsSummaryManager;
  }
View Full Code Here

TOP

Related Classes of org.peripheralware.karotz.client.KarotzClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.