ALScanViewPluginDelegate Protocol Reference

Conforms to NSObject
Declared in ALScanViewPlugin.h

Overview

Object that is notified when an ALScanViewPlugin reports events of interest

– scanViewPlugin:visualFeedbackReceived:

Method called when the scan view plugin has detected objects that can be drawn as visual feedback

- (void)scanViewPlugin:(ALScanViewPlugin *)scanViewPlugin visualFeedbackReceived:(ALEvent *)event

Parameters

scanViewPlugin

the scan view plugin calling this method

event

the event containing details about the visual feedback

Declared In

ALScanViewPlugin.h

– scanViewPluginResultBeepTriggered:

Method called when the scan view plugin has found and scanned an object, and that a beep has been requested

- (void)scanViewPluginResultBeepTriggered:(ALScanViewPlugin *)scanViewPlugin

Parameters

scanViewPlugin

the scan view plugin calling this method

Declared In

ALScanViewPlugin.h

– scanViewPluginResultBlinkTriggered:

Method called when the scan view plugin has found and scanned an object, and that a visual blink on the screen has been requested

- (void)scanViewPluginResultBlinkTriggered:(ALScanViewPlugin *)scanViewPlugin

Parameters

scanViewPlugin

the scan view plugin calling this method

Declared In

ALScanViewPlugin.h

– scanViewPluginResultVibrateTriggered:

Method called when the scan view plugin has found and scanned an object, and that a vibration has been requested

- (void)scanViewPluginResultVibrateTriggered:(ALScanViewPlugin *)scanViewPlugin

Parameters

scanViewPlugin

the scan view plugin calling this method

Declared In

ALScanViewPlugin.h

– scanViewPlugin:brightnessUpdated:

Method called when the scan view plugin has detected objects that can be drawn as visual feedback

- (void)scanViewPlugin:(ALScanViewPlugin *)scanViewPlugin brightnessUpdated:(ALEvent *)event

Parameters

scanViewPlugin

the scan view plugin calling this method

event

the event containing details about the visual feedback

Declared In

ALScanViewPlugin.h

– scanViewPlugin:cutoutVisibilityChanged:

Method called when the scan view plugin has detected objects that can be drawn as visual feedback

- (void)scanViewPlugin:(ALScanViewPlugin *)scanViewPlugin cutoutVisibilityChanged:(ALEvent *)event

Parameters

scanViewPlugin

the scan view plugin calling this method

event

the event containing details about the visual feedback

Declared In

ALScanViewPlugin.h