Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 1 | Rev 14 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 8
Línea 1... Línea 1...
1
package com.cesams.twogetskills.inconcert.skeleton;
1
package com.cesams.twogetskills.inconcert.skeleton;
Línea -... Línea 2...
-
 
2
 
-
 
3
import android.view.View;
2
 
4
 
3
import com.cesams.twogetskills.inconcert.dao.AppDatabase;
5
import com.cesams.twogetskills.inconcert.dao.AppDatabase;
4
import com.cesams.twogetskills.inconcert.preference.Preference;
6
import com.cesams.twogetskills.inconcert.preference.Preference;
Línea 5... Línea 7...
5
import org.json.JSONObject;
7
import org.json.JSONObject;
Línea 43... Línea 45...
43
 
45
 
44
    void showFcmNotification(String title, String body, int new_capsules, String url, Boolean content_refresh);
46
    void showFcmNotification(String title, String body, int new_capsules, String url, Boolean content_refresh);
45
    void executeFcmCommand(String command);
47
    void executeFcmCommand(String command);
46
    void createSyncRecordNewToken(String token);
48
    void createSyncRecordNewToken(String token);
-
 
49
    AppDatabase getDatabase();
-
 
50
 
47
    AppDatabase getDatabase();
51
    void hideKeyboard(View view);