UserTransport Protocol Reference
Conforms to | KaaTransport |
---|---|
Declared in | UserTransport.h |
– createUserRequest
required method
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:
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.
See Also
Declared In
UserTransport.h