Blocking and Non-blocking APIs¶
All Backendless APIs for iOS are available through asynchronous (non-blocking) methods. All API methods support block-based (closure-based) callbacks. Successful server responses are delivered to the responseHandler
block (closure). If there is an error, it is delivered to the errorHandler
block (closure). See the Error Handling section for additional information on how to process errors.