You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the code from an SDK. Once the request gets cancelled the completion handler block is called and nil is returned from the current continue block of the task. My question is even if nil is returned from the continue block it will continue to the next continue block also. Right?
Also returning nil from a continue block does implicitly returns a completed BFTask?
I'm trying to understand how to use BFTask.
Here is the code from an SDK. Once the request gets cancelled the completion handler block is called and nil is returned from the current continue block of the task. My question is even if nil is returned from the continue block it will continue to the next continue block also. Right?
Also returning nil from a continue block does implicitly returns a completed BFTask?
The text was updated successfully, but these errors were encountered: