Previous Topic: API DetailsNext Topic: Exception


How a Synchronization Request Works

This section explains the sequence of events that take place when a synchronization request is sent to the server. Apply this information while using the syncRequest() method and callback() method in your implementation.

The following events take place when a synchronization request is sent to the server:

  1. When the syncRequest() method is invoked the first time, it sends the synchronization request to the server. This request contains the following parameters:
  2. The callback() method is invoked. The parameters returned by this method depend on what happens next:

    Note: The client application must free up the parameters map after each provisionRequest() call and the corresponding callback() call.