All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amplitude.Constants Maven / Gradle / Ivy

package com.amplitude;

public interface Constants {

  String API_URL = "https://api2.amplitude.com/2/httpapi";
  int NETWORK_TIMEOUT_MILLIS = 10000;
  String SDK_LIBRARY = "amplitude-java";
  String SDK_VERSION = "1.2.1";

  int MAX_PROPERTY_KEYS = 1024;
  int MAX_STRING_LENGTH = 1000;

  int HTTP_STATUS_BAD_REQ = 400;

  int EVENT_BUF_COUNT = 10;
  int EVENT_BUF_TIME_MILLIS = 10000;

  long[] RETRY_TIMEOUTS = {100, 100, 200, 200, 400, 400, 800, 800, 1600, 1600, 3200, 3200};
  int MAX_CACHED_EVENTS = 16000;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy