UserTransport Protocol Reference

Conforms to KaaTransport
Declared in UserTransport.h

Overview

KaaTransport for the Endpoint service. Updates the Endpoint manager state.

– createUserRequest required method

Creates new User update request.

- (UserSyncRequest *)createUserRequest

Return Value

New User update request.

Discussion

Creates new User update request.

Declared In

UserTransport.h

– onUserResponse: required method

Updates the state of the Endpoint manager according to the given response.

- (void)onUserResponse:(UserSyncResponse *)response

Parameters

response

The response from the server.

Discussion

Updates the state of the Endpoint manager according to the given response.

Declared In

UserTransport.h

– setEndpointRegistrationProcessor: required method

Sets the given Endpoint processor.

- (void)setEndpointRegistrationProcessor:(id<EndpointRegistrationProcessor>)processor

Parameters

processor

The Endpoint processor to be set.

Discussion

Sets the given Endpoint processor.

Declared In

UserTransport.h