Other Classes
The following classes are available globally.
-
An update result when the update result’s type is
See moreset.Declaration
Objective-C
@interface DITUpdateResultSet : DITUpdateResult -
An update result when the update result’s type is
removed.Declaration
Objective-C
@interface DITUpdateResultRemoved : DITUpdateResult -
An update result when the update result’s type is
replacedWithCounter.Declaration
Objective-C
@interface DITUpdateResultReplacedWithCounter : DITUpdateResult -
An update result when the update result’s type is
See moreincremented.Declaration
Objective-C
@interface DITUpdateResultIncremented : DITUpdateResult -
An update result when the update result’s type is
See morepushed.Declaration
Objective-C
@interface DITUpdateResultPushed : DITUpdateResult -
An update result when the update result’s type is
See morepopped.Declaration
Objective-C
@interface DITUpdateResultPopped : DITUpdateResult -
An update result when the update result’s type is
See moreinserted.Declaration
Objective-C
@interface DITUpdateResultInserted : DITUpdateResult -
Represents the write transaction result that will be the value of a
DittoWriteTransactionResultwhen itstypeisinsertedandasInsertedis called on it.Declaration
Objective-C
@interface DITWriteTransactionResultInserted : DITWriteTransactionResult -
Represents the write transaction result that will be the value of a
DittoWriteTransactionResultwhen itstypeisremovedandasRemovedis called on it.Declaration
Objective-C
@interface DITWriteTransactionResultRemoved : DITWriteTransactionResult -
Represents the write transaction result that will be the value of a
DittoWriteTransactionResultwhen itstypeisevictedandasEvictedis called on it.Declaration
Objective-C
@interface DITWriteTransactionResultEvicted : DITWriteTransactionResult -
Represents the write transaction result that will be the value of a
DittoWriteTransactionResultwhen itstypeisupdatedandasUpdatedis called on it.Declaration
Objective-C
@interface DITWriteTransactionResultUpdated : DITWriteTransactionResult
Other Classes Reference