Interface SnapshotsService.DeleteSnapshotListener

  • Enclosing class:
    SnapshotsService

    public static interface SnapshotsService.DeleteSnapshotListener
    Listener for delete snapshot operation
    • Method Detail

      • onResponse

        void onResponse()
        Called if delete operation was successful
      • onFailure

        void onFailure​(java.lang.Exception e)
        Called if delete operation failed