DefaultUserTransport Class Reference

Inherits from AbstractKaaTransport : NSObject
Conforms to UserTransport
Declared in DefaultUserTransport.h
DefaultUserTransport.m

– createUserRequest

Creates new User update request.

- (UserSyncRequest *)createUserRequest

Return Value

New User update request.

Discussion

Creates new User update request.

See Also

Declared In

UserTransport.h

– onUserResponse:

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:

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