ALViewPluginCompositeDelegate Protocol Reference

Conforms to NSObject
Declared in ALViewPluginComposite.h

Overview

A delegate object that the ALViewPluginComposite communicates with to inform it of important events that occurred while running the composite

– viewPluginComposite:allResultsReceived:

Called when all child plugins have completed scanning

- (void)viewPluginComposite:(ALViewPluginComposite *)viewPluginComposite allResultsReceived:(NSArray<ALScanResult*> *)scanResults

Parameters

viewPluginComposite

the view plugin composite object making the call

scanResults

a list of scan results collected from the child plugin scans, in order of scanning.=

Declared In

ALViewPluginComposite.h

– viewPluginComposite:errorFound:

Called when there is an error found during scanning

- (void)viewPluginComposite:(ALViewPluginComposite *)viewPluginComposite errorFound:(NSError *)error

Parameters

viewPluginComposite

the view plugin composite object making the call

error

filled with the details of the error encountered while running the composite

Declared In

ALViewPluginComposite.h