Advertisement
6jarjar6

StatConstants.java

Apr 23rd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.97 KB | None | 0 0
  1. package com.tencent.wxop.stat.common;
  2.  
  3. import java.io.File;
  4.  
  5. public class StatConstants {
  6.     public static String DATABASE_NAME = "wxop_tencent_analysis.db";
  7.     public static final String LOG_TAG = "MtaSDK";
  8.     public static final String MTA_COOPERATION_TAG = "wxop_";
  9.     public static final String MTA_REPORT_FULL_URL = "http://pingma.qq.com:80/mstat/report";
  10.     public static final String MTA_SERVER = "pingma.qq.com:80";
  11.     public static final String MTA_SERVER_HOST = "pingma.qq.com";
  12.     public static final int MTA_SERVER_PORT = 80;
  13.     public static final String MTA_STAT_URL = "/mstat/report";
  14.     public static final String MTA_STORAGE_PRE_TAG = ("tencent.mta" + File.separator + "datawxop_");
  15.     public static final int SDK_ONLINE_CONFIG_TYPE = 1;
  16.     public static final int STAT_DB_VERSION = 3;
  17.     public static final int USER_ONLINE_CONFIG_TYPE = 2;
  18.     public static final String VERSION = "2.0.3";
  19.     public static final int XG_PRO_VERSION = 1;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement