Interface CompletableRemoteSyncTask

All Known Implementing Classes:
AsymmetricRemoteSyncTask, SymmetricRemoteSyncTask

public interface CompletableRemoteSyncTask
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    syncComplete(boolean success, List<SessionSummary> summaries)
     
  • Method Details