Skip to main content

3.2 Programming Model

The programming model for each service of the SDK uses a service class to call functions and a service interface to do asynchronous callbacks. For example, the login service will have a service class called CLLoginHandler that has methods to do functions and ICLLoginService service interface to be implemented with the response handling.