Is there any equivalent on Android to Objective-C ArchitectView stop method? I tried to call myArchitectView.onStop() but it seems the method is not implemented (the docs says that method exists).
D
Daniel Fernández
said
over 10 years ago
Hi? Any official answer? I'm in the last phase of my project and I just need to fix the AR module. I will apretiate any help :)
D
Daniel Fernández
said
over 10 years ago
Nevermind, I can stop the ArchitectView with onPause. I was confused because I found a bug in the SDK that I explained in another post.
Daniel Fernández