SIKSyncHandler Class Reference

Inherits from NSObject
Declared in SIKSyncHandler.h
SIKSyncHandler.m

Overview

It handles all request related to sync

+ getInstance

It provides singleton instance of SyncHandler

+ (SIKSyncHandler *)getInstance

Return Value

Singleton instance of SyncHandler

Discussion

It provides singleton instance of SyncHandler

Declared In

SIKSyncHandler.h

– handle:

Handles sync request

- (void)handle:(id<SIKISyncRequest>)syncRequest

Parameters

syncRequest

Sync Request

Discussion

Handles sync request

Declared In

SIKSyncHandler.h

– remove:

Removes sync request

- (void)remove:(id<SIKISyncRequest>)syncRequest

Parameters

syncRequest

Sync Request

Discussion

Removes sync request

Declared In

SIKSyncHandler.h

– contain:

Check whether it contains sync request or not

- (bool)contain:(id<SIKISyncRequest>)syncRequest

Parameters

syncRequest

Sync Request

Return Value

(true/false) TRUE: If it contains sync request | FALSE: If it does not contains request

Discussion

Check whether it contains sync request or not

Declared In

SIKSyncHandler.h