Description:
I encountered an issue in the Tagcommander library, specifically in the Tagcommander class. The class references a non-existent class or interface: TCEventManager.TCSDKStateListener.
Steps to Reproduce:
Add the Tagcommander library to the project.
Try to compile the project.
Compilation fails due to a missing class reference.
Expected Behavior:
The library should compile without errors, and the Tagcommander class should reference an existing, properly defined class or interface.
Actual Behavior:
The project fails to compile, and the following error message appears:
error: cannot find symbol
symbol: class TCSDKStateListener
location: class TCEventManager
Additional Context:
Please verify if TCSDKStateListener is missing or if the reference needs to be updated. Let me know if you need more details or an example project to reproduce the issue.
Thanks for your help!