TriggerRecognizer
public protocol TriggerRecognizer
A protocol to be implemented for recognizing user interaction events
which notifies a TriggerDelegate
if it has one
-
Update trigger delegate so that it can be notified in case a trigger happens
Declaration
Swift
func updateTriggerDelegate(delegate: TriggerDelegate)