| Línea 4... |
Línea 4... |
| 4 |
|
4 |
|
| 5 |
public static final int APPLICATION_ID = 1;
|
5 |
public static final int APPLICATION_ID = 1;
|
| 6 |
public static final boolean DEBUG = true;
|
6 |
public static final boolean DEBUG = true;
|
| Línea 7... |
Línea 7... |
| 7 |
public static final boolean LOCAL = false;
|
7 |
public static final boolean LOCAL = false;
|
| 8 |
|
8 |
|
| 9 |
public static final String URL_ENDPOINT = "https://leaderslinked.com";
|
9 |
//public static final String URL_ENDPOINT = "https://leaderslinked.com";
|
| 10 |
//public static final String URL_ENDPOINT = "https://dev.leaderslinked.com";
|
10 |
public static final String URL_ENDPOINT = "https://dev.leaderslinked.com";
|
| Línea 11... |
Línea 11... |
| 11 |
//public static final String URL_ENDPOINT = "https://nexa.leaderslinked.com";
|
11 |
//public static final String URL_ENDPOINT = "https://nexa.leaderslinked.com";
|
| 12 |
//public static final String URL_ENDPOINT = "http://10.0.2.2"; //https://dev.leaderslinked.com";
|
12 |
//public static final String URL_ENDPOINT = "http://10.0.2.2"; //https://dev.leaderslinked.com";
|
| 13 |
|
13 |
|
| 14 |
public static final String URL_ENDPOINT_SERVICES = URL_ENDPOINT + "/services";
|
14 |
public static final String URL_ENDPOINT_SERVICES = URL_ENDPOINT + "/services";
|
| 15 |
public static final String URL_DEVICE = URL_ENDPOINT_SERVICES + "/device";
|
15 |
public static final String URL_DEVICE = URL_ENDPOINT_SERVICES + "/device";
|
| 16 |
public static final String URL_SYNC = URL_ENDPOINT_SERVICES + "/sync";
|
16 |
public static final String URL_SYNC = URL_ENDPOINT_SERVICES + "/sync";
|
| - |
|
17 |
public static final String URL_SYNC_BATCH = URL_ENDPOINT_SERVICES + "/sync-batch";
|
| - |
|
18 |
public static final String URL_FCM = URL_ENDPOINT_SERVICES + "/fcm";
|
| Línea 17... |
Línea 19... |
| 17 |
public static final String URL_SYNC_BATCH = URL_ENDPOINT_SERVICES + "/sync-batch";
|
19 |
public static final String URL_SIGNIN = URL_ENDPOINT_SERVICES + "/signin";
|
| 18 |
public static final String URL_FCM = URL_ENDPOINT_SERVICES + "/fcm";
|
20 |
public static final String URL_SIGNOUT = URL_ENDPOINT_SERVICES + "/signout";
|
| 19 |
public static final String URL_SIGNIN = URL_ENDPOINT_SERVICES + "/signin";
|
21 |
|
| Línea 20... |
Línea -... |
| 20 |
|
- |
|
| 21 |
public static final String URL_ENDPOINT_SERVICES_MICROLEARNING = URL_ENDPOINT_SERVICES + "/microlearning";
|
- |
|
| 22 |
public static final String URL_REFRESH = URL_ENDPOINT_SERVICES_MICROLEARNING + "/refresh";
|
- |
|
| 23 |
public static final String URL_CHECK_CHANGES = URL_ENDPOINT_SERVICES_MICROLEARNING + "/check-changes";
|
- |
|
| 24 |
|
- |
|
| 25 |
|
- |
|
| 26 |
|
- |
|
| 27 |
|
- |
|
| - |
|
22 |
|
| Línea 28... |
Línea 23... |
| 28 |
|
23 |
public static final String URL_ENDPOINT_SERVICES_MICROLEARNING = URL_ENDPOINT_SERVICES + "/microlearning";
|