Inherits from KNYSyncContext : NSObject
Declared in KNYSyncBatchContext.h

Overview

Represents context passed to batch listeners such as onUploadBatchSuccess, onDownloadBatchSuccess, etc.

Instance Methods

syncSummaryContext

Cumulative Summary Context

- (KNYSyncSummaryContext *)syncSummaryContext

Return Value

Cumulative Summary Context

Discussion

Cumulative Summary Context

Declared In

KNYSyncBatchContext.h

syncTableRowContextMap

returns RowContext Map containing values for each Sync Object

- (NSDictionary *)syncTableRowContextMap

Return Value

RowContext Map containing values for each Sync Object

Discussion

returns RowContext Map containing values for each Sync Object

Declared In

KNYSyncBatchContext.h

totalRowContext

returns RowContext for all the rows

- (KNYRowContext *)totalRowContext

Return Value

RowContext for all the rows

Discussion

returns RowContext for all the rows

Declared In

KNYSyncBatchContext.h