DITUpdateResultPushed

@interface DITUpdateResultPushed : DITUpdateResult

An update result when the update result’s type is pushed.

  • The value that was pushed on to the array.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) id value;