-
- All Implemented Interfaces:
public class RoomBackup.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerBACKUP_FILE_LOCATION_INTERNALprivate final IntegerBACKUP_FILE_LOCATION_EXTERNALprivate final IntegerBACKUP_FILE_LOCATION_CUSTOM_DIALOGprivate final IntegerBACKUP_FILE_LOCATION_CUSTOM_FILEpublic final static RoomBackup.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetBACKUP_FILE_LOCATION_INTERNAL()Code for internal backup location, used for backupLocation final IntegergetBACKUP_FILE_LOCATION_EXTERNAL()Code for external backup location, used for backupLocation final IntegergetBACKUP_FILE_LOCATION_CUSTOM_DIALOG()Code for custom backup location dialog, used for backupLocation final IntegergetBACKUP_FILE_LOCATION_CUSTOM_FILE()Code for custom backup file location, used for backupLocation -
-
Method Detail
-
getBACKUP_FILE_LOCATION_INTERNAL
final Integer getBACKUP_FILE_LOCATION_INTERNAL()
Code for internal backup location, used for backupLocation
-
getBACKUP_FILE_LOCATION_EXTERNAL
final Integer getBACKUP_FILE_LOCATION_EXTERNAL()
Code for external backup location, used for backupLocation
-
getBACKUP_FILE_LOCATION_CUSTOM_DIALOG
final Integer getBACKUP_FILE_LOCATION_CUSTOM_DIALOG()
Code for custom backup location dialog, used for backupLocation
-
getBACKUP_FILE_LOCATION_CUSTOM_FILE
final Integer getBACKUP_FILE_LOCATION_CUSTOM_FILE()
Code for custom backup file location, used for backupLocation
-
-
-
-