DefaultEventTransport Class Reference

Inherits from AbstractKaaTransport : NSObject
Conforms to EventTransport
Declared in DefaultEventTransport.h
DefaultEventTransport.m

– createEventRequestWithId:

Creates the Event request.

- (EventSyncRequest *)createEventRequestWithId:(int32_t)requestId

Parameters

requestId

New request id of the SyncRequest.

Return Value

New Event request.

Discussion

Creates the Event request.

Declared In

EventTransport.h

– onEventResponse:

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

- (void)onEventResponse:(EventSyncResponse *)response

Parameters

response

The response from the server.

Discussion

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

Declared In

EventTransport.h

– setEventManager:

Sets the given Event manager.

- (void)setEventManager:(id<EventManager>)eventManager

Parameters

manager

The Event manager which is going to be set.

Discussion

Sets the given Event manager.

See Also

Declared In

EventTransport.h

– onSyncResposeIdReceived:

Notifies event transport about response from server for specific request.

- (void)onSyncResposeIdReceived:(int32_t)requestId

Parameters

requestId

Request id of the corresponding SyncRequest

Discussion

Notifies event transport about response from server for specific request.

Declared In

EventTransport.h