Package 

Interface CoroutineContinuationHelper.ContinuationCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onFinished(R result)
      abstract Unit onFailed(Throwable error)
      abstract Unit onCancelled()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait