ALScanPluginDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | ALScanPlugin.h |
– scanPlugin:errorReceived:
Called when the scan plugin encounters an error
- (void)scanPlugin:(ALScanPlugin *)scanPlugin errorReceived:(ALEvent *)eventParameters
scanPlugin |
the scan plugin making the call |
|---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:visualFeedbackReceived:
Called when the scan plugin encounters an error
- (void)scanPlugin:(ALScanPlugin *)scanPlugin visualFeedbackReceived:(ALEvent *)eventParameters
scanPlugin |
the scan plugin making the call |
|---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:scanInfoReceived:
Called when the scan plugin would report any useful scanning information
- (void)scanPlugin:(ALScanPlugin *)scanPlugin scanInfoReceived:(ALEvent *)eventParameters
scanPlugin |
the scan plugin making the call |
|---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:scanRunSkipped:
Called when the scan plugin encounters a “run skipped” event
- (void)scanPlugin:(ALScanPlugin *)scanPlugin scanRunSkipped:(ALEvent *)eventParameters
scanPlugin |
the scan plugin making the call |
|---|---|
event |
the |
Declared In
ALScanPlugin.h
– scanPlugin:resultReceived:
Called when the scan plugin encounters an error
- (void)scanPlugin:(ALScanPlugin *)scanPlugin resultReceived:(ALScanResult *)scanResultParameters
scanPlugin |
the scan plugin making the call |
|---|---|
scanResult |
the scan result object |
Declared In
ALScanPlugin.h