SITIndicationsPostprocess Protocol Reference

Declared in SITIndicationsPostprocess.h

Overview

Protocol that describes the interface every object applying postprocessing to indications should conform to.

– applyTo: required method

Returns the postprocessed list of indications.

- (NSArray<SITIndication*> *)applyTo:(NSArray<SITIndication*> *)indications

Parameters

indications

List of indications to be postprocessed

Return Value

A list of indications with the postprocess operations applied

Declared In

SITIndicationsPostprocess.h