"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

TrackableEventHandler equivalent for iOS

I need a simple way to detect when a target has been found or lost, analogous to the onTrackingFound() and onTrackingLost() callbacks in the Unity api (in fact those would be perfect). Unfortunately that trackable event handler only seems to exist for Unity? Is there an equivalent set of callbacks in the iOS api that will allow me to easily and simply alert other class objects to the detection of a target in the target database?

Thanks!