Skip to content

Added observer method call

Compare
Choose a tag to compare
@hainayanda hainayanda released this 15 Jan 19:29
· 33 commits to main since this release
56aa8a6
  • Added observer method call
request.then(
    observing: someScreen, 
    call: SomeScreen.methodName,
    whenFailedCall: SomeScreen.failedMethodName,
    finallyCall: SomeScreen.finallyMethodName
)
  • Change retry delaying dispatcher to be run on the current dispatcher if possible
  • Integration test for observer method call