SIKSyncHandler Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SIKSyncHandler.h SIKSyncHandler.m |
+ getInstance
It provides singleton instance of SyncHandler
+ (SIKSyncHandler *)getInstanceReturn Value
Singleton instance of SyncHandler
Discussion
It provides singleton instance of SyncHandler
Declared In
SIKSyncHandler.h
– handle:
Handles sync request
- (void)handle:(id<SIKISyncRequest>)syncRequestParameters
syncRequest |
Sync Request |
|---|
Discussion
Handles sync request
Declared In
SIKSyncHandler.h
– remove:
Removes sync request
- (void)remove:(id<SIKISyncRequest>)syncRequestParameters
syncRequest |
Sync Request |
|---|
Discussion
Removes sync request
Declared In
SIKSyncHandler.h
– contain:
Check whether it contains sync request or not
- (bool)contain:(id<SIKISyncRequest>)syncRequestParameters
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