"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

Additional behavior when Image gets detected

Hi everyone ! 

First of all, thanks a lot for this awesome tool !

I would like to know if there is API to be notified when an image gets detected directly in Android.

I saw that I could do that through an Unity script https://developer.vuforia.com/forum/faq/unity-how-can-i-play-audio-when-targets-get-detected 

but as I want to do complex stuff and use many of my Android app data I'd like to do this directly in my Android app code.

I saw that this is possible in the example https://developer.vuforia.com/resources/dev-guide/triggering-ui-events-when-target-detected but this solution strongly relies on graphical stuff and internals.  

In the sticky none I saw this topic but the link is dead : https://developer.vuforia.com/forum/faq/android-how-can-i-update-my-ui-response-tracking-events

 

What is the best way to do that ? I thought the TrackerManager would allow me to register a listener but it does not seem so.

 

Thanks a lot for your support !