Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. package com.mtr.nexttrain.constant;
  2.  
  3. public class NetWorkConstant
  4. {
  5. public static final String DOMAIN = "https://mavmapp1044.azurewebsites.net/reverse_proxy/NT_v2/NTAppModule/";
  6. public static final String HTTP_API_BANNER = "";
  7. public static final String HTTP_API_GETMAPVER = "https://mavmapp1044.azurewebsites.net/reverse_proxy/NT_v2/NTAppModule/CheckSystemMapVer.php";
  8. public static final String HTTP_API_GET_SCHEDULE = "https://mavmapp1044.azurewebsites.net/reverse_proxy/NT_v2/NTAppModule/getSchedule.php";
  9. public static final String HTTP_API_UPDATE = "https://mavmapp1044.azurewebsites.net/reverse_proxy/NT_v2/NTAppModule/nexttrain_version_check_all_devices.xml";
  10. public static final String SECRET_KEY = "c90vfabc";
  11. public static final String SHARED_PREFERENCES_NAME = "NEXTTRAIN";
  12. public static final String State_SHARED_PREFERENCES = "SAVESTATE";
  13. public static final String TAC_EN = "https://mavmapp1044.azurewebsites.net/reverse_proxy/NT_v2/NTAppModule/MTR_NT_TC_ENG.html";
  14. public static final String TAC_TC = "https://mavmapp1044.azurewebsites.net/reverse_proxy/NT_v2/NTAppModule/MTR_NT_TC_CHT.html";
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement