continue To Fetch

abstract fun continueToFetch(currentContext: Class<*>): Boolean

Function to check if the refreshRoutine can continue to refresh or need to be stopped, this for example when the UI displayed changes and the requests to refresh the UI data also changes

Return

whether the refreshRoutine can continue to refresh as Boolean

Parameters

currentContext

: the current context where the refreshRoutine is executing