| Línea 1... |
Línea 1... |
| 1 |
package com.cesams.twogetskills.inconcert.skeleton;
|
1 |
package com.cesams.twogetskills.inconcert.skeleton;
|
| Línea 2... |
Línea 2... |
| 2 |
|
2 |
|
| Línea 3... |
Línea 3... |
| 3 |
import android.view.View;
|
3 |
import android.view.View;
|
| - |
|
4 |
|
| 4 |
|
5 |
import com.cesams.twogetskills.inconcert.dao.AppDatabase;
|
| 5 |
import com.cesams.twogetskills.inconcert.dao.AppDatabase;
|
6 |
import com.cesams.twogetskills.inconcert.entity.Sync;
|
| Línea 6... |
Línea 7... |
| 6 |
import com.cesams.twogetskills.inconcert.preference.Preference;
|
7 |
import com.cesams.twogetskills.inconcert.preference.Preference;
|
| Línea 55... |
Línea 56... |
| 55 |
void requestExecuteSyncAdapter();
|
56 |
void requestExecuteSyncAdapter();
|
| 56 |
void hideNavigationAndtoolbar();
|
57 |
void hideNavigationAndtoolbar();
|
| 57 |
void showNavigationAndToolbar();
|
58 |
void showNavigationAndToolbar();
|
| 58 |
void saveNotificationCenter(String title, String url, String mensaje);
|
59 |
void saveNotificationCenter(String title, String url, String mensaje);
|
| Línea -... |
Línea 60... |
| - |
|
60 |
|
| - |
|
61 |
void registerDevice(Sync record);
|
| - |
|
62 |
void registerFcm(Sync record);
|
| 59 |
|
63 |
|
| 60 |
void showFcmNotification(String title, String body, int new_capsules, String url, Boolean content_refresh);
|
64 |
void showFcmNotification(String title, String body, int new_capsules, String url, Boolean content_refresh);
|
| 61 |
void executeFcmCommand(String command);
|
65 |
void executeFcmCommand(String command);
|
| 62 |
void createSyncRecordNewToken(String token);
|
66 |
void createSyncRecordNewToken(String token);
|