derecalliance / api-java

DeRec API for use in applications.
Apache License 2.0
5 stars 0 forks source link

DeRecHelper: Unable to find whether a sharer is in recovery mode #25

Closed diptimahamuni closed 1 month ago

diptimahamuni commented 1 month ago

Problem

The helper’s UI needs to alert the helper that the sharer is in recovery mode. This API allows the UI to check whether the sharer is in recovery mode.

Solution

Add method boolean isRecovering() to interface SharerStatus in DeRecHelper.java