Package com.polar.sdk.impl.utils
        Class PolarBackupManager
- 
                    
                    - All Implemented Interfaces:
 
 public final class PolarBackupManagerHandles backing up the device. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classPolarBackupManager.BackupFileData
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description PolarBackupManager(<Error class: unknown class> client)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Single<List<PolarBackupManager.BackupFileData>>backupDevice()Backs up the device. final CompletablerestoreBackup(List<PolarBackupManager.BackupFileData>Â backupFiles)Restores the backup files. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        backupDevicefinal Single<List<PolarBackupManager.BackupFileData>> backupDevice() Backs up the device. - Returns:
- Single emitting the list of backed up file data. 
 
 - 
                                        restoreBackupfinal Completable restoreBackup(List<PolarBackupManager.BackupFileData>Â backupFiles) Restores the backup files. - Parameters:
- backupFiles- List of BackupFileData to be restored.
- Returns:
- Completable indicating the completion of the restore operation. 
 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-