Interface BackupFinishedListener

All Known Implementing Classes:
BackupJob

public interface BackupFinishedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    backupFinished(boolean success, String exception)
     
  • Method Details

    • backupFinished

      void backupFinished(boolean success, String exception)